logs now stored in mem since using gray log
This commit is contained in:
parent
04670a8f09
commit
6c7781e325
1 changed files with 3 additions and 0 deletions
|
|
@ -9,4 +9,7 @@
|
|||
graylogServer = "graylog-tofu.incus:12201";
|
||||
enable = true;
|
||||
};
|
||||
services.journald = {
|
||||
storage = "volatile"; # Store logs in memory
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue