For a log directive like:
global log="%N/%Y-%m-%d.log"
the variables will be expanded when conman starts, and you'll get logs like:
However, all log entries will be written to this file until the process is restarted. It would be nice if these variables could be expanded when log lines need to be written (or at least periodically) in order to permit automatic log file changes (e.g. to server1/2012-03-16.log the next day).
Original issue reported on code.google.com by simon@zombe.es on 21 Mar 2012 at 10:39