Describe the bug
When starting Hollo with NODE_TYPE=worker, no logs (such as INFO, DEBUG) are output to the console for the worker processes (import, federation replies, cleanup, etc.). The workers run silently regardless of the LOG_LEVEL environment variable.
To Reproduce
-
Set the following in .env or as environment variables:
NODE_TYPE=worker
LOG_LEVEL=info
-
Start the application
-
Observe that no logs are printed by the worker processes, although background tasks are executing.
Expected behavior
Worker processes should respect the LOG_LEVEL and print logs appropriately, just like the web node or when running as all.
Describe the bug
When starting Hollo with
NODE_TYPE=worker, no logs (such asINFO,DEBUG) are output to the console for the worker processes (import, federation replies, cleanup, etc.). The workers run silently regardless of theLOG_LEVELenvironment variable.To Reproduce
Set the following in
.envor as environment variables:Start the application
Observe that no logs are printed by the worker processes, although background tasks are executing.
Expected behavior
Worker processes should respect the
LOG_LEVELand print logs appropriately, just like thewebnode or when running asall.