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
It looks like I failed to catch these issues when reviewing a related PR a while back. It tried to add a custom date output without properly taking into account the rest of the logging setup (filtering, etc).
I'm going to re-visit this area and fix it. It mainly needs better testing to catch these things.
Consul Template version
Vault agent version 1.7.0, importing consul-template version 0.25.2
Configuration
N/A
Command
See debug output of command + logs
Debug output
1.7.0
Expected behavior
Logs by the consul-template library should have timestamp formatted output
Actual behavior
Timestamps are entirely missing after upgrading to v0.25.2.
I suspect that it may be because
consul-template/logging/logging.go
Line 75 in 980d053
is always overwriting the log output set earlier in
consul-template/logging/logging.go
Line 46 in 980d053
Steps to reproduce
References
Are there any other GitHub issues (open or closed) that should
be linked here? For example:
The text was updated successfully, but these errors were encountered: