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
Hi,
when I'm using shouldAppend: true option for FileDestination, after each restart file contains two append markers. That should be one append marker for one app restart. I've tried configuring XCGLogger in different ways and places, and always got the same results. The simplest configuration that causes that issue (in AppDelegate file):
Hi,
when I'm using
shouldAppend: true
option for FileDestination, after each restart file contains two append markers. That should be one append marker for one app restart. I've tried configuring XCGLogger in different ways and places, and always got the same results. The simplest configuration that causes that issue (in AppDelegate file):Marker
-- Relauched App --
is written always two times for each app restart.Example file content after one app restart:
Xcode 10.1
iOS 12.1
XCGLogger 6.1.0 installed via CocoaPods 1.5.3
Any solution?
The text was updated successfully, but these errors were encountered: