Chuck Rolke created QPID-5136:
---------------------------------

             Summary: C++ Broker issuing multiline log messages
                 Key: QPID-5136
                 URL: https://issues.apache.org/jira/browse/QPID-5136
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.24
         Environment: --log-enable trace+
            Reporter: Chuck Rolke


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

{noformat}
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
{noformat}

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.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to