From 022e5491bdedab9161bfcaa696468b5ec6890d9e Mon Sep 17 00:00:00 2001 From: Bernhard Webstudio Date: Tue, 1 Jan 2019 19:53:42 +0100 Subject: [PATCH] Update documentation to fix #125 Issue #125 is possibly caused by the config proposed in this documentation section, which leads to Symfony thinking `%s, %` is a parameter resp. needs a parameter with id `s, `. --- Resources/doc/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/doc/index.md b/Resources/doc/index.md index ae7c8ba8..77de62e1 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -114,7 +114,8 @@ jmose_command_scheduler: # receivers for reporting mails monitor_mail: [] # set a custom subject for monitor mails (first placeholder will be replaced by the hostname, second by the date) - monitor_mail_subject: cronjob monitoring %s, %s + # double percentage is used to escape the percentage so they stay parameters + monitor_mail_subject: cronjob monitoring %%s, %%s # to send "everything's all right" emails to receivers for reporting mails set this value to "true" (see monitoring) send_ok: false