We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f9cea commit e0d8278Copy full SHA for e0d8278
docs/notifications.md
@@ -55,7 +55,7 @@ outputs timestamp and log level.
55
If you want to adjust the date/time format it must show how the
56
[reference time](https://golang.org/pkg/time/#pkg-constants) (_Mon Jan 2 15:04:05 MST 2006_) would be displayed in your
57
custom format.
58
- i.e., The day of the year has to be 1, the month has to be 2 (february), the hour 3 (or 15 for 24h time) etc.
+ i.e., The day of the year has to be 2, the month has to be 1 (january), the hour 3 (or 15 for 24h time) etc.
59
60
!!! note "Skipping notifications"
61
To skip sending notifications that do not contain any information, you can wrap your template with `{{if .}}` and `{{end}}`.
0 commit comments