add RUST_LOG for attic

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2025-05-26 18:37:32 -04:00
parent ff00f134dd
commit 2cb803b39e
No known key found for this signature in database
GPG Key ID: 47940175096C1330

@ -10,6 +10,10 @@
attic-client
];
systemd.services.atticd.environment = {
RUST_LOG = "INFO";
};
services = {
atticd = {
enable = true;