umair13adil / flutter_logs

An extensive logging framework developed for flutter apps.
https://itnext.io/sending-logs-from-flutter-apps-in-real-time-using-elk-stack-mqtt-c24fa0cb9802
Apache License 2.0
39 stars 28 forks source link

Sensitive log folder name #35

Open deakjahn opened 2 years ago

deakjahn commented 2 years ago

If I happen to name my folders as:

logsWriteDirectoryName: "Logs",
logsExportDirectoryName: "Logs/Exported",

the plugin will get into an infinite loop like Logs/Exported/Temp/Logs/Exported/Temp/...