flotti455
flotti455
**Describe the bug** Chia's `config.yaml` provides the option `logging.log_stdout`. By default, `log_stdout` is set to `false`. When setting `log_stdout` to `true`, logging happens to `stdout`, allowing advanced control for stuff...
**Describe the bug** Instead of Chia's built-in log rotation, I use `logrotate` with the following configuration: ``` /home/chia/.chia/mainnet/log/*.log { su chia chia copytruncate rotate 9999 nocompress missingok ifempty hourly datehourago...
I'm trying to get current version https://github.com/freddiecoleman/chia-network-scanner/tree/270c769c4d4a0a90f83be211ae74195a84705dd1 to work, using the provided README.md example. Here is my adaption for mainnet: ``` #!/usr/bin/env ts-node import { ChiaNetworkScanner } from 'chia-network-scanner'; const...