Skip to content

Commit c9cd2c8

Browse files
Update Configurations.md
added LogUTC + LogMicro + add missing comma after "Loglevel":1
1 parent 421ac66 commit c9cd2c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

wiki/Configurations.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ The file _/etc/opensnitchd/default-config.json_ holds the daemon configuration:
1414
"DefaultDuration": "once",
1515
"InterceptUnknown": true,
1616
"ProcMonitorMethod": "ebpf",
17-
"LogLevel": 1
17+
"LogLevel": 1,
18+
"LogUTC": false,
19+
"LogMicro": false,
1820
"Firewall": "nftables",
1921
"FwOptions": {
2022
"ConfigPath": "/etc/opensnitchd/system-fw.json",
@@ -53,6 +55,8 @@ _ | Warning: _reject_ option may cause in some services (dnsmasq, sshd, tinyprox
5355
InterceptUnknown [1] | true, false
5456
ProcMonitorMethod | ebpf, proc, audit
5557
LogLevel | 0 to 4 (debug, info, important, warning, error)
58+
LogUTC | print the logs in UTC format (true, false)
59+
LogMicro | print the logs in microseconds (true, false)
5660
Firewall | "nftables" or "iptables"
5761
Stats.MaxEvents | Max events to send to the GUI every second. If you think that you're missing some connections increased this value.
5862
Stats.MaxStats | Max stats per item (port, host, IP, process, etc) to keep in the backlog.

0 commit comments

Comments
 (0)