Skip to content

No logs are outputted when running worker node (NODE_TYPE=worker) #478

@ntsklab

Description

@ntsklab

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

  1. Set the following in .env or as environment variables:

    NODE_TYPE=worker
    LOG_LEVEL=info
  2. Start the application

  3. 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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions