Change directory management
This commit is contained in:
@@ -122,7 +122,7 @@ void initLoggers(
|
||||
final logToFile = debug || (!Platform.isAndroid && !Platform.isIOS);
|
||||
if (logToFile) {
|
||||
_loggers.addPrinter(
|
||||
FileLogPrinter(read(filesEditorServiceProvider).appLogsPath),
|
||||
FileLogPrinter(read(filesEditorServiceProvider).appLogsFile.path),
|
||||
);
|
||||
}
|
||||
Loggy.initLoggy(
|
||||
|
||||
Reference in New Issue
Block a user