Commit Graph

5 Commits

Author SHA1 Message Date
ionutboangiu
7069ed1cd8 Fix rsyslog config to capture logs across distros
Add three conditions to properly capture CGRateS logs:

- programname startswith 'cgr-engine': catches logs from external
  libraries that don't use our syslogger (e.g. diameter conn errors)
- programname startswith 'CGRateS': handles deb-based distros
  where our syslog tag becomes the program name
- msg contains 'CGRateS': handles rpm-based distros where systemd
  journal overrides programname but our tag remains in message content
2025-05-26 08:10:40 +02:00
gezimbll
535f2e554e updated rsyslog conf to include logs with tag CGRateS 2025-02-26 12:54:53 +01:00
ionutboangiu
cf36f67d87 Revise logging .conf files 2023-06-23 11:54:59 +02:00
Trial97
b237bc40f9 Updated rsyslog files 2021-12-22 17:53:03 +01:00
Trial97
f361026e44 Renamed logrotate config files 2020-05-26 17:47:05 +02:00