kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.
ISC License
359 stars 109 forks source link

Logger with parallel output to file with rotation & compression #181

Closed tiram88 closed 1 year ago

supertypo commented 1 year ago

Will it be possible to disable file logging completely (ie. only output to console)? File output is often not desired in a container runtime environment.

tiram88 commented 1 year ago

@supertypo, the new arg --nologfiles allows logging to console only