Skip to content
Snippets Groups Projects
  1. Aug 17, 2022
  2. Jul 21, 2022
  3. Jul 20, 2022
  4. Jul 15, 2022
  5. Jul 14, 2022
  6. Jul 11, 2022
  7. Jul 10, 2022
  8. Jul 09, 2022
  9. Jul 06, 2022
  10. Jul 04, 2022
  11. Jul 02, 2022
  12. Jul 01, 2022
  13. Jun 30, 2022
  14. Jun 24, 2022
  15. Jun 21, 2022
  16. Jun 20, 2022
    • Thijs Kinkhorst's avatar
      Fix regexp to remove date from start of string in syslog handler. · 527daa58
      Thijs Kinkhorst authored
      Date needs to be removed since this is implicit in syslog. For safety,
      remove it only when at the start of the string (default format).
      If someone creates a custom string they can leave out date entirely
      if it's not at the start of the string.
      
      Being more specific fixes that before elements of the actual log
      message were eaten by this regexp if they contained a '%'.
      
      Closes: #1549
      527daa58
Loading