logback-android icon indicating copy to clipboard operation
logback-android copied to clipboard

📄The reliable, generic, fast and flexible logging framework for Android

Results 47 logback-android issues
Sort by recently updated
recently updated
newest added

Setting the timezone to GMT(+0) if no timezone is given, leads to daily rollover at midnight GMT+0 instead of midnight of the systems timezone. Calling the default super contructor of...

SQLiteBuilder.buildDeleteExpiredLogsSQL() only deletes logging_event entries. Added cascade delete to logging_event_exception and logging_event_property to also delete related entries.

pinned

> Next release of logback-android, completely rewritten in Kotlin This is a work in progress, and may contain (1) breaking changes, (2) incomplete code, (3) `XXX` commits, and (4) forced...

pinned

## Description there is an issue involving Android 11 and the google policy that dont let upload to playstore with the permission "MANAGE_EXTERNAL_STORAGE", if you dont use that permission the...

bug

Related to commit #208: getExternalStorageDirectory() returns root card path, while getExternalFilesDirectoryPath() returns app data specific path. So property EXT_DIR in logback.xml would get different values depend on Android version. I...

bug

## Description Since AGP 7.0 its shrinker (R8) in release build type works more aggressively and strips no-arg constructors from logback's pattern converters. ## Symptoms 1. StatusPrinter prints configuration error...

bug

## Description I configured daily rollover with TimeBasedRollingPolicy, according to example in [wiki](https://github.com/tony19/logback-android/wiki/Appender-Notes#configuration-in-code). It generally works, but rollover happens at UTC midnight, not local midnight. This may be confusing. I...

bug
pinned

The class `AndroidContextUtil.java` already contains a way to query the external files directory. This is actually the `Context.getExternalFilesDir(null)`. The importance of this directory is than beginning with Android 7 this...

enhancement
pinned

## Description I get reported below exception from some users when calling `org.slf4j.Logger#error(java.lang.String, java.lang.Throwable)` ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.lang.StackTraceElement[].clone()' on a null object reference...

bug
pinned

I would love to use logback for android, but actually this library is HUGE and there is a lot of stuff i will never use. Do you plan to split...

improvement
help wanted
pinned