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

added logging state to the application.yml #2654

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

OlegPhenomenon
Copy link
Contributor

@OlegPhenomenon OlegPhenomenon commented Mar 4, 2024

I have added the ability to configure the logging level through the application.yml file. The following levels are available: 'debug', 'info', 'warn', 'error', 'fatal', 'unknown'.

The key in application.yml:
log_level: 'info'

For now, unfortunately, to apply the changes, it is necessary to restart the application. However, once I find a solution to apply updates in real-time, I will change the approach immediately.

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.

2 participants