Skip to content

Commit be753fa

Browse files
committed
Switch to info
1 parent f64cdb7 commit be753fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose/cygnus-sth-comet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docker-compose/sth-comet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)