Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The design for adding syslog matching is been written so that there minimal changes for existing functionality. The same log_match() functions for each class (Server, MoM, Sched and Comm) are been used with changes to read into syslog. For example to check server messages that go into syslog we will have the same method server.log_match(). This will also help the tests differentiate the messages from individual daemons.

PTL will read into syslog in these cases-

...