Whenever you start a stream with the local app version 0.3.0 or later, logging will automatically take place to CSV files in your application data_logs subfolder named with a uniquely formatted timestamp based on local time. Here is the behavior based on user input or automatic reconnection:
on start streaming, a new directory is created in the app data folder under data_logs/
on manual stop streaming, logging stops and file streams should be flushed
on start streaming after a manual stop, a new data_log subdirectory will be used
on automatic reconnect after an unexpected disconnect (e.g. muse turned off/on), the current data_log/ directory is used and a new one is not created
Log Directories by operating system:
Windows 10: C:\Users\USER\AppData\Roaming\petal_metrics\data_logs