orbs-network / orbs-network-go

Orbs node virtual chain core reference implementation in Go
MIT License
48 stars 12 forks source link

remove default file logger #1620

Closed ronnno closed 4 years ago

ronnno commented 4 years ago

truncatingFileWriter should not be used in production system.

if --log is not specified the node should only write to stdout or http as required without writing to file.

leaving support for --log flag only for tests if they need to preserve log files.