[Compose] New images with LOG_LINES
[Update] Do not add empty line in each loop
This commit is contained in:
@@ -38,7 +38,7 @@ destination d_redis_cleanup {
|
||||
host("redis-mailcow")
|
||||
persist-name("redis3")
|
||||
port(6379)
|
||||
command("LTRIM" "SOGO_LOG" "0" "9999")
|
||||
command("LTRIM" "SOGO_LOG" "0" "`LOG_LINES`")
|
||||
);
|
||||
};
|
||||
log {
|
||||
|
Reference in New Issue
Block a user