Custom LiveLogs Configuration
Custom LiveLog files
You can add custom live log files for each component. For example:
...or
Supported Components
Custom log files can be configured for any component including:
- Application frameworks (Rails, Docker, etc.)
- Databases (MySQL, PostgreSQL, MongoDB, Redis, etc.)
- Other services (ElasticSearch, Memcached, etc.)
Pattern Matching
You can use glob patterns to match multiple log files:
/var/log/*.log
- All .log files in /var/log/app/logs/**/*.log
- All .log files in any subdirectory of /app/logs/tmp/app-*.log
- All files matching app-*.log in /tmp
Multiple Log Files
You can specify multiple log file patterns in the array:
For more information about LiveLogs and additional examples, please see the LiveLogs help page.