Fixed Topology Graph Mappings

Added advanced debug levels
This commit is contained in:
2026-07-13 19:29:35 +00:00
parent 855b282c54
commit a06ef4e9f6
8 changed files with 183 additions and 1 deletions
+3
View File
@@ -78,6 +78,9 @@ ufmodel = u6-inwall # emulated model
inform_interval = 10 # inform interval
enable_announce = 1
enable_inform = 1 # Enable logging to /var/log/openuf.log if set to 1
enable_logging = 1 # Write diagnostics to /var/log/openuf.log
protocol_debug_level = 0 # 0=off, 1=safe response details,
# 2=full decrypted JSON (contains secrets)
```