-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Log Level is changed with reload, without reload it doesn't work. #182
Comments
Bug in file-change detectionThere's a bug in This will be fixed in the next release. Only
|
The main config URL was not set when auto-config used assets/logback.xml, so <configuration scan="true"> had no effect. This patch ensures the URL is set by passing the URL to assets/logback.xml (instead of a stream to it). Fixes #182
Fixed in 1.1.1-13 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hello,
I am using your com.github.tony19:logback-android:1.1.1-12 library.
After I change my Log Level in Property file, I expect that the Log Level is changed in runtime. But ist doesn't work.
Do you know what could be a Problem?
I have set scan=true and scanPeriod=2 seconds. I have every time after I set the change in properties file to restart the Android App. Because only in this way works.
logback.properties
logback.xml
Regards,
Neda
The text was updated successfully, but these errors were encountered: