Update git submodules

* Update puppet-log_processor from branch 'master'
  - Fix systemd severity filter input data
    
    The severity filters are passed the entire json event and not just a
    string. Update the systemd filter to access the message string out of
    the event json dict.
    
    Prior to this we get a type error:
    
      2019-08-19 17:18:48,055 Exception handling log event.
      Traceback (most recent call last):
        File "/usr/local/bin/log-gearman-worker.py", line 255, in
      _handle_event
          keep_line = f.process(out_event)
        File "/usr/local/bin/log-gearman-worker.py", line 183, in process
          m = self.SYSTEMDRE.match(msg)
      TypeError: expected string or buffer
    
    Change-Id: I7ab56ac397133f00539d9d3374fa400363ef12d6
This commit is contained in:
Clark Boylan 2019-08-19 10:26:20 -07:00 committed by Gerrit Code Review
parent 378d52a070
commit cfde15ddce
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3119c0cddd86d74cb554d0338e6f0125779ea819
Subproject commit b9063a7e7ed6e4313d792c443378552f5b2a2726