Upon running Screen with the -L flag, a file called \'screenlog.0\' is created and all output written to it (which is great), but I will be running several Screen sessions a
You can edit your .screenrc file and add something like this:
.screenrc
logfile /tmp/myownlog
It is also answered at Specifying a log name for screen output without relying on .screenrc.