In my version 4.0.2 of the GNU version, there are no arguments for the -L switch. The log file is systematically called screenlog.0 and is created in the current directory. Then you can just try:
screen -L -S test_session
Edit: you can customize your .screenrc file by adding, for example,
logfile /tmp/screenlog-%Y%m%d-%c:%s
Thus, the log files can be stored in a predefined directory ( /tmp in this example) and can be named after the opening date of the log
Stephane rouberol
source share