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
First of all, great work, I found flutter_logs is the best way to log thing in a flutter app.
My problem is that I store my app files in a complete different folder, and I would like to group every files in one location. I tried to set this option:
The plugin is actually forcing all log files to be only written to the internal storage directory, The logs will always be stored in your app's root folder & within the sub directory path that you have provided.
Hey,
First of all, great work, I found flutter_logs is the best way to log thing in a flutter app.
My problem is that I store my app files in a complete different folder, and I would like to group every files in one location. I tried to set this option:
logsWriteDirectoryName: await (FileManagement.getLocalPath()),
But it just add the path to this "base" path, and I end up with this log location:
/storage/emulated/0/Android/data/project.package/files/data/user/0/project.package/app_flutter
Or a work around for me would be to have a way to know the actual path of where the logs are?
Thank you for help!
The text was updated successfully, but these errors were encountered: