flutter_logs icon indicating copy to clipboard operation
flutter_logs copied to clipboard

Is it possible to define to the full path of where the logs are supposed to be?

Open auxilim opened this issue 2 years ago • 1 comments

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!

auxilim avatar Jul 05 '22 16:07 auxilim