LoggingΒΆ

ControlRoom 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:

  1. Windows: %AppData%\Acroname\BrainD\log

  2. Mac: ~/Library/Logs/Acroname/BrainD

  3. 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.