Wallet change on node via config file

this is not part of the storagenode’s responsibility. Usually this done by the OS, depending on how do you store logs.
If you didn’t redirect logs to the file, your logs are managed by Local file logging driver | Docker Docs
If you redirected logs to the file, then you may use a logrotate service to manage your logs, for example:

1 Like