mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-20 06:52:44 -05:00
syslog-ng: raise frac-digits to 3
This commit is contained in:
parent
a05232d2f6
commit
3682298d01
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ log {
|
||||||
};
|
};
|
||||||
|
|
||||||
options {
|
options {
|
||||||
|
frac-digits(3);
|
||||||
keep-hostname(yes);
|
keep-hostname(yes);
|
||||||
stats(freq(0));
|
stats(freq(0));
|
||||||
use-dns(no);
|
use-dns(no);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue