Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-5136

C++ Broker issuing multiline log messages

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.24
    • None
    • C++ Broker
    • None
    • --log-enable trace+

    Description

      Running AMQP 1.0 sessions (on windows) leads to trace log files with multi-line entries:

      2013-09-12 10:48:20 [Broker] trace encode(65536)
      2013-09-12 10:48:20 [Broker] trace qpid.[::1]:5672-[::1]:55834 decode(80)
      [006FE580:0] <- @disposition [role=true, first=0, last=0, settled=true, state=@accepted []]
      [006FE580:0] <- @end []
      [006FE580:0] <- @close []
      [006FE580:0] <- EOS
      

      Each log statement needs enough context to stand on it's own, especially when being scraped by some SIEM system. In this example the entries could be concatenated into one line or the three [006FE580:0] lines could be separate entries each with the connection identifier.

      Attachments

        Activity

          People

            Unassigned Unassigned
            chug Charles E. Rolke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: