You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The added timestamp to the log file makes it difficult to follow file using the usual method of tail -F <filename>
(notice the capital F, follows new file with same name) https://www.nomadproject.io/docs/configuration#log_file
Can the log rotation be done more like messages (or syslog on Ubuntu)?
This would definitely be more "typical unix" behavior and more logrotate-friendly... I imagine most users are sending their logs to journald but that doesn't mean we shouldn't improve the log-to-file situation.
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Nomad version
Nomad v1.0.0 (cfca640)
Operating system and Environment details
CentOS 7/8, Ubuntu 16/18
Issue
The added timestamp to the log file makes it difficult to follow file using the usual method of
tail -F <filename>
(notice the capital
F
, follows new file with same name)https://www.nomadproject.io/docs/configuration#log_file
Can the log rotation be done more like
messages
(orsyslog
on Ubuntu)?Reproduction steps
The current logs look like:
I wish they would look more like:
... where I can keep following a single file.
Job file (if appropriate)
n/a
Nomad Client logs (if appropriate)
n/a
Nomad Server logs (if appropriate)
n/a
The text was updated successfully, but these errors were encountered: