-
Notifications
You must be signed in to change notification settings - Fork 386
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
Feature request: handling of log messages #288
Comments
Hi @ebaauw, The next release will:
I'm holding off changing the default systemd logs at this time. I currently run journalctl with If I use the journalctl default
Users can still manually define their logging command if they want to change the default behaviour. The following would include timestamps, but no colour: "log": {
"method": "custom",
"command": "sudo -n journalctl -n 500 -o short -f -u homebridge"
} |
4.4.0 |
Thanks!
I thought you might be reading the syslog yourself, but, of course, it’s easier to let |
Confirmed, works in 4.4.0. Thanks! |
Please add the following changes to the logging:
-T
flag to refrain from adding timestamps to log messags (as syslog already provides the timestamp);"name"
key in config.json for the logging prefix. Now the first message from homebridge-config-ui-x shows the name, but the others are hardcoded to usehomebridge-config-ui-x
.The text was updated successfully, but these errors were encountered: