Skip to content
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

isDebuggable not work #74

Open
DNsoul opened this issue Jul 1, 2024 · 0 comments
Open

isDebuggable not work #74

DNsoul opened this issue Jul 1, 2024 · 0 comments

Comments

@DNsoul
Copy link

DNsoul commented Jul 1, 2024

hi, i use alternative logger for logcat and try disable flutter_logs use isDebuggable:false but its not work. Logs always show in console.

    await FlutterLogs.initLogs(
        logLevelsEnabled: [
          LogLevel.INFO,
          LogLevel.WARNING,
          LogLevel.ERROR,
          LogLevel.SEVERE
        ],
        timeStampFormat: TimeStampFormat.TIME_FORMAT_READABLE,
        directoryStructure: DirectoryStructure.FOR_DATE,
        logFileExtension: LogFileExtension.LOG,
        logsWriteDirectoryName: "AppLogs",
        logsExportDirectoryName: "AppLogs/Exported",
        debugFileOperations: true,
        isDebuggable: false,
        enabled: enabled);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant