[Compose, SOGo] New version, ltrim logs

This commit is contained in:
andryyy
2017-09-01 23:33:12 +02:00
parent 4d7bb26874
commit 7351fcf1e3
2 changed files with 20 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ destination d_redis_ui_log {
persist-name("redis1")
port(6379)
command("LPUSH" "SOGO_LOG" "$(format-json time=\"$S_UNIXTIME\" priority=\"$PRIORITY\" program=\"$PROGRAM\" message=\"$MESSAGE\")\n")
command("LTRIM" "SOGO_LOG" "0" "10000")
);
};
destination d_redis_f2b_channel {