Logging
Optional logging configuration for the tBTC v2 staking client.
Configuration
Logging can be configured with environment variables. Please see sample settings:
LOG_LEVEL=DEBUG
IPFS_LOGGING_FMT=nocolor
GOLOG_FILE=/var/log/keep/keep.log
GOLOG_TRACING_FILE=/var/log/keep/trace.json
LOG_LEVEL option DEBUG will generate extensive output. Consider INFO instead.
Last updated
Was this helpful?