aplace-lab / amber-kawpow-miner

2 stars 0 forks source link

Large log output with significant file size #3

Closed aplace-lab closed 1 month ago

aplace-lab commented 2 months ago

With the default amount of logging in v0.1.10, the large amount of logged output results in an endlessly growing (~1MB/day) log file.

Either:

  1. Limit history (i.e. only the past 2,000 lines)
  2. Limit file size
  3. Reduce logging (or make it opt-in)
  4. A combination of all options