limit number of loglines, because jq-limit

This commit is contained in:
2025-07-19 15:02:48 +02:00
parent f12048e973
commit 0c1c3f450c

View File

@@ -350,8 +350,8 @@ name = default
logpath = /dev/null
# Number of log lines to include in the email
# grepmax = 1000
# grepopts = -m <grepmax>`
grepmax = 200
grepopts = -m <grepmax>`
// Write the action file
err := os.WriteFile(actionFile, []byte(actionConfig), 0644)