screen-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[screen-devel] [bug #42984] Specify log file via command line parameter


From: Alexander Naumov
Subject: [screen-devel] [bug #42984] Specify log file via command line parameter
Date: Fri, 3 Feb 2017 22:41:24 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Update of bug #42984 (project screen):

                  Status:          Ready For Test => Fixed                  
           Fixed Release:                    None => 4.5.1                  
         Planned Release:                   Later => 4.5.1                  

    _______________________________________________________

Follow-up Comment #4:

To specify logname via command line parameter we have "-L logfile" option now
(release 4.5.1).

$ screen -L logfile <LOGFILENAME> => <LOGFILENAME>
$ screen -L => screenlog.0

Keep in mind, that default PATH is not ~/screenlog.0, but screenlog.0 (current
directory).

For example, if your current PATH is /etc (where you have no write
permissions) you CAN NOT use just "-L" option (default logfile name). In this
case you will need to specify logfile like this:
$ pwd
/etc
$ screen -L logfile ~/screenlog.0


I will close this report. In case of bugs/problems, please open new one.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42984>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]