Logging
Describes how to access the BrainEngine log.
BrainEngine uses Seq for structured logging. To view Seq navigate to:
http://brainengine_name:5341

Setting Logging Level
The logging level is set withindocker-compose.yml.
- LOG_LEVEL=information
Last updated