-
Notifications
You must be signed in to change notification settings - Fork 92
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
Configuration via INI file #47
Comments
Yes, it isn't difficult to do. Can you describe what would be good in your case? |
Now that dmvcframework got dotEnv support this could be done very easily. |
I've come back to this ticket as we are looking to dynamically be able to change the log level while a program is operating. It is possible to iterate through the appenders and set the log level on each of these. However that has no effect because the
I can think of a number of ways to fix this:
The @danieleteti Do you have a preference or should I do a proof of concept and create a PR ? |
Some of the other logging frameworks I've previously used allow configuration at run time via INI configuration file settings. E.g. something like Log4D based on the Log4J / Log4Net code bases.
It is really useful when you hit a production issue and wish to increase the verbosity of logging from just Error through to Debug level.
Can this be done easily in LoggerPro ?
The text was updated successfully, but these errors were encountered: