Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging directive doesn't get expanded after initial start #12

Open
GoogleCodeExporter opened this issue Mar 17, 2015 · 4 comments
Open
Labels

Comments

@GoogleCodeExporter
Copy link

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:

server1/2012-03-15.log

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 [email protected] on 21 Mar 2012 at 10:39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants