You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to docs, there is no way to change the configurations being applied once the Logging has been enabled for the first time, which caused my change of minimumSeverity being ignored.
It would be of vital importance to be able to change configuration while app session is active, or being able to load new ones or that the call to Log.enable() is not ignored after the first enabling.
A workaround would be to change a value of active configuration dynamically, in my case I would only need to be able to change minimumSeverity dynamically from the code.
The text was updated successfully, but these errors were encountered:
According to docs, there is no way to change the configurations being applied once the Logging has been enabled for the first time, which caused my change of
minimumSeverity
being ignored.It would be of vital importance to be able to change configuration while app session is active, or being able to load new ones or that the call to
Log.enable()
is not ignored after the first enabling.A workaround would be to change a value of active configuration dynamically, in my case I would only need to be able to change
minimumSeverity
dynamically from the code.The text was updated successfully, but these errors were encountered: