bee
bee copied to clipboard
Print log of all non-sensitive bee config values upon startup for log levels: info, debug or trace
When a bee node is started - whether as a service or from the terminal with bee start, it is ofter hard to figure out if the config values set by the user are indeed being used by the node. Especially in cases when the bee node doesn't start, these info messages can be super helpful to troubleshoot.
Context
Helps quickly identify in the logs which bee config file is being used and which data directory is being used and so on.
Summary
Expected behavior
Actual behavior
Steps to reproduce
Possible solution
We should only log the config options set by the user. and obfuscate sensitive options like, password and password-file