mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Default log.level to "warn"
Make the [log] section and its level field optional, falling back to "warn" when omitted. Update the sample TOML, Nix module and README to reflect the new default. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
920279e9b3
commit
0393378d24
@@ -5,7 +5,7 @@ path = "/db/oott.db" # Database path. For the Docker image this must be "/db/oot
|
||||
# interface = "eno1" # Optional: network interface to use for scans. If not set, the first non-loopback connected interface is used.
|
||||
|
||||
[log]
|
||||
level = "info" # off, error, warn, info, debug, trace
|
||||
level = "warn" # off, error, warn, info, debug, trace. Defaults to "warn" if omitted
|
||||
|
||||
[arp_scanner] # Optional: omit this whole section to use the defaults shown below
|
||||
enabled=true # Set to false to disable the ARP scanner
|
||||
|
||||
Reference in New Issue
Block a user