💡 Tips ​
- Ensure containers names exactly match your Docker container names.
- Find out your containers names:
shdocker ps --format "{{.Names}}"
- Or better: Define the
container_name
in your compose files.
- Regex:
- Validate patterns against the log entries you want to catch at regex101.com before adding them to your config.
- use
hide_regex_in_title: true
when using very long regexes to have a cleaner notification title
(or hide found keywords from the title altogether with your own customnotification_title
(see settings)
- Troubleshooting Multi-Line Log Entries. If LoggiFly only catches single lines from log entries that span over multiple lines:
- Wait for Patterns: LoggiFly needs to process a few lines in order to detect the pattern the log entries start with (e.g. timestamps/log level)
- Unrecognized Patterns: If issues persist, open an issue and share the affected log samples