Pre-release review: Ensure all log files can be disabled
adamfowleruk opened this issue · 2 comments
adamfowleruk commented
Many sensor functions generate log files. Application developers need to be able to disable this logging but still process the data in their apps for their own needs.
- Ensure file logging can be disabled
- Ensure application can still access generated data (E.g. via sensor delegate callbacks)
adamfowleruk commented
Related to #117
adamfowleruk commented
Adding of the sensor logger is now done within the app delegate and not within the Herald sensor array itself. Fixed in a recent PR. This now allows disabling of log files.