This feature can help you to provide extra logging information when you are encountering an issue in discovering your network or maybe a bug in the software. After debugging is configured you have to restart the containers to activate the setting.
When can this be usefull?
- When Slurp’it is not discovering data
- When a particular device is acting strange
- If you want to have a better technical understanding of what’s happening
How do I configure this?
You can set the following Docker compose variables:
WAREHOUSE_DEBUG: true
Default: false
Type: boolean
If set to true, it will generate extra logging information for the Warehouse
SCANNER_DEBUG: true
Default: false
Type: boolean
If set to true, it will generate extra logging information for the Device Finder
SCRAPER_DEBUG: true
Default: false
Type: boolean
If set to true, it will generate extra logging information for the Data Collector
Example