Skip to content

request: disable logging #349

@ppcololo

Description

@ppcololo

For now as I can understand we have such flow:

  1. workers publish logs in rabbit in queue logs
  2. coordinator pull logs from this queue logs
  3. coordinator saves logs into postgres DB
  4. after I press button Logs I can see them (logs from DB)

This makes some problems - if we have a lot of workers and logs I can see more than x millions mesages in the queue logs. As I can see coordinator doesn't pull and save logs in DB in proper time and that means if I press button Logs it shows nothing. And from time to time I have to purge this queue to see logs
image

Possible options:

  1. disable logging (use alternatives like ELK stack)
  2. adjust coordinator\logging performance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions