Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow logging to be configured by file #4155

Open
wants to merge 80 commits into
base: master
Choose a base branch
from

Conversation

d80tb7
Copy link
Collaborator

@d80tb7 d80tb7 commented Jan 20, 2025

This allows logging to be configured by a logging configuration file- which offers the following features:

  • Ability to set log level
  • Ability to set log format (json, text or colourful)
  • For file logging the ability to set log rotation settings
  • Ability to set all the above settings spearately for consolve logging vs file logging and have both apply simultaneously.

A default file is included int he docker image, but users may provide their own by setting the ARMADA_LOG_CONFIG env var with a path to their configuration file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant