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

Add an option to enable timestamps in node logs #3067

Open
evgeniiz321 opened this issue Dec 24, 2024 · 1 comment
Open

Add an option to enable timestamps in node logs #3067

evgeniiz321 opened this issue Dec 24, 2024 · 1 comment
Labels
config Configuration format update or breaking change enhancement Improving existing functionality I3 Minimal impact S4 Routine U3 Regular
Milestone

Comments

@evgeniiz321
Copy link

Logs without timestamps can sometimes be hard to read.

info	neofs-ir/main.go:156	prometheus is enabled
info	neofs-ir/main.go:156	pprof is enabled
info	core/blockchain.go:234	initial gas supply is not set or wrong, setting default value	{"InitialGASSupply": "52000000"}

Adding timestamps, e.g. 13:29:05.707384 to each log entry would significantly increase logs' usefulness.

@roman-khimov roman-khimov added this to the v0.45.0 milestone Dec 24, 2024
@roman-khimov roman-khimov added U3 Regular config Configuration format update or breaking change S4 Routine I3 Minimal impact enhancement Improving existing functionality labels Dec 24, 2024
@roman-khimov
Copy link
Member

Related to #2779 and #2982. You can get them if you run the node with tty. But configuration can be useful as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config Configuration format update or breaking change enhancement Improving existing functionality I3 Minimal impact S4 Routine U3 Regular
Projects
None yet
Development

No branches or pull requests

2 participants