Description
When you run the configure script with an existing logging configuration, it asks "Do you want to change your logging configuration" with a default of "no". But if you accept the default, it sets the log level to "None".
Steps to reproduce
- Create a configuration with file logging at
trace level.
- Rerun the configuration step
- When it says "do you want to change your logging", say no.
Actual behavior
The log level has been set to none.
Expected behavior
The log level remains at trace.
Environment
- frl-proxy version: 1.0.1
- OS type and version: both
Description
When you run the configure script with an existing logging configuration, it asks "Do you want to change your logging configuration" with a default of "no". But if you accept the default, it sets the log level to "None".
Steps to reproduce
tracelevel.Actual behavior
The log level has been set to
none.Expected behavior
The log level remains at
trace.Environment