Fixed Topology Graph Mappings (#14)
Added advanced debug levels Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
# enable_announce: 1=enable UDP discovery (port 10001)
|
||||
# enable_inform: 1=enable HTTP inform requests (adoption and telemetry)
|
||||
# enable_logging: 1=enable logging to /var/log/openuf.log (default: off)
|
||||
# protocol_debug_level: 0=off, 1=safe response structure,
|
||||
# 2=full decrypted response; may expose credentials
|
||||
|
||||
controller_ip = 10.10.10.1
|
||||
lan_if = br-lan
|
||||
@@ -15,3 +17,4 @@ inform_interval = 10
|
||||
enable_announce = 1
|
||||
enable_inform = 1
|
||||
enable_logging = 0
|
||||
protocol_debug_level = 0
|
||||
|
||||
Reference in New Issue
Block a user