bee icon indicating copy to clipboard operation
bee copied to clipboard

Print log of all non-sensitive bee config values upon startup for log levels: info, debug or trace

Open rampall opened this issue 1 year ago • 1 comments

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

rampall avatar Aug 13 '24 21:08 rampall

We should only log the config options set by the user. and obfuscate sensitive options like, password and password-file

istae avatar Mar 11 '25 13:03 istae