LoggingΒΆ
BrainD generates runtime logging to aid in debugging and understanding for many events. These log files are stored by default in the following path for each operating system:
Windows:
%AppData%\Acroname\BrainD\log
Mac:
~/Library/Logs/Acroname/BrainD
Linux:
~/.acroname/BrainD/log
By default, these log files will rotate when they reach 5MB in size, up to a maximum of five log files. After this point, old log files will be removed to make room for new ones.
For information on how to adjust the logging parameters or specify new log files, see Configuration.