mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-30 17:54:32 +01:00
12 lines
218 B
Plaintext
12 lines
218 B
Plaintext
# Replace the following path by the path where Cyphernode writes its log files
|
|
|
|
/home/debian/.cyphernode/cyphernode/dist/cyphernode/logs/*.log
|
|
{
|
|
rotate 7
|
|
daily
|
|
missingok
|
|
notifempty
|
|
delaycompress
|
|
compress
|
|
}
|