-38-
v7.0
Sigfox
12.2. Server configuration
Configuration parameters to be modified in order to be able to communicate to the node and run the whole system.
The
services.ini
file, located in
data
folder, has to be updated with the following information in the
sigfox
section.
[sigfox]
log_level = “ALL”
log_file = “../../logs/sigfox.log”
•
log_level:
This level is the minimum level to save logs in the system. Select among these levels:
-
OFF: This option deactivate the log.
-
ERROR : It only reports ERROR messages.
-
INFO: It reports ERROR + INFO messages.
-
DEBUG: it reports ERROR + INFO + DEBUG messages.
-
ALL: It reports everything happened in the process.
•
log_file:
The relative path where the log messages will be saved.