Hello and Welcome.
FYI when you have Code, Configuration, Logs, Shell Output should be formatted with surrounding three backticks (```).
This makes your config files and/or logs easier to read. You can find more here Format topics with Markdown
Thank you.
Correct me if Iām wrong, but your issue is missing Event Definition Metadata?
Iām running GL 4.0.6 which was upgrade from 4.0.5, but I havenāt run into notification issues yet.
Have you tried recreating the Notification template again and reattaching to the Event Definition?
Does your Notification template look something like this?
Hello gsmith,
thank you for your answer.
You understood my problem correct: the metadata of the event definition is gone, since the last update.
I recreated the Notification template, and even if I use the standard template, I donāt get the information.
Even if I use your template,(which seems to be exactly like the one when I create a new notification) I get the info, but I donāt see anything after ${if backlog}. It just doesnt exist.
Edit:
If I remove the ${if backlog} and ${foreach backlog message} and just use Message: ${message.message} it is just empty. If I use Message: ${event.message} I receive the name of the event definition, but not the log-message I was expeting.
SOLVED: I found my error: I removed the checkbox in the event definition at āNotification ā Message Backlogā. Iāve clicked the checkbox again with a value of 50 (the Number of messages to be included in Notifications.) Now I am receiving my messages again.