diff --git a/internal/config/settings.go b/internal/config/settings.go index 887b178..add7c87 100644 --- a/internal/config/settings.go +++ b/internal/config/settings.go @@ -350,8 +350,8 @@ name = default logpath = /dev/null # Number of log lines to include in the email -# grepmax = 1000 -# grepopts = -m ` +grepmax = 200 +grepopts = -m ` // Write the action file err := os.WriteFile(actionFile, []byte(actionConfig), 0644)