File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ services:
8484 - IOTA_CB_PORT=${ORION_PORT} # port the context broker listens on to update context
8585 - IOTA_NORTH_PORT=${IOTA_NORTH_PORT}
8686 - IOTA_REGISTRY_TYPE=mongodb # Whether to hold IoT device info in memory or in a database
87- - IOTA_LOG_LEVEL=DEBUG # The log level of the IoT Agent
87+ - IOTA_LOG_LEVEL=INFO # The log level of the IoT Agent
8888 - IOTA_TIMESTAMP=true # Supply timestamp information with each measurement
8989 - IOTA_CB_NGSI_VERSION=v2 # use NGSIv2 when sending updates for active attributes
9090 - IOTA_AUTOCAST=true # Ensure Ultralight number values are read as numbers not strings
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ services:
7777 - IOTA_CB_PORT=${ORION_PORT} # port the context broker listens on to update context
7878 - IOTA_NORTH_PORT=${IOTA_NORTH_PORT}
7979 - IOTA_REGISTRY_TYPE=mongodb # Whether to hold IoT device info in memory or in a database
80- - IOTA_LOG_LEVEL=DEBUG # The log level of the IoT Agent
80+ - IOTA_LOG_LEVEL=INFO # The log level of the IoT Agent
8181 - IOTA_TIMESTAMP=true # Supply timestamp information with each measurement
8282 - IOTA_CB_NGSI_VERSION=v2 # use NGSIv2 when sending updates for active attributes
8383 - IOTA_AUTOCAST=true # Ensure Ultralight number values are read as numbers not strings
You can’t perform that action at this time.
0 commit comments