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

Extend Logger Configuration to Include All Logging Types #249

Closed
Fridious opened this issue Jul 26, 2023 · 2 comments
Closed

Extend Logger Configuration to Include All Logging Types #249

Fridious opened this issue Jul 26, 2023 · 2 comments

Comments

@Fridious
Copy link

Fridious commented Jul 26, 2023

Hi there,

I am interested in configuring the logger to handle all types of logging. Presently, we can only modify the logger for error, query, and network messages via the LoggerConfig. However, it would be highly beneficial if we could also adjust the logger for other types, such as the "leak detection" message.

I'm curious if there's a specific reason why this feature is currently unavailable, or if there are any plans to implement it in the future. If not, I would be more than willing to take up the task of implementing this enhancement.

@Fridious Fridious changed the title Full configurable logger Extend Logger Configuration to Include All Logging Types Jul 26, 2023
@rusher
Copy link
Collaborator

rusher commented Sep 4, 2023

HI @Fridious, nice remark. Additionally to leak message, there is still some warning messages (like configuration warnings) configured to go to console, so this will configured using logger.warning

@rusher
Copy link
Collaborator

rusher commented Sep 25, 2023

released

@rusher rusher closed this as completed Sep 25, 2023
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

No branches or pull requests

2 participants