When using docker, why do all logs go to your defined log file, except for storagenode-updater process? Should it also not go to log file?
Logs of storagenode-updater are printed to the stderr, not to the log.output option of storagenode, so you will see them with docker logs storagenode command.
I do not think it’s a good idea to share the one log file for two services.
1 Like