You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Chuck Rolke (JIRA)" <ji...@apache.org> on 2015/05/22 21:10:17 UTC

[jira] [Created] (QPID-6554) [Linear Store] Avoid multiline log statements

Chuck Rolke created QPID-6554:
---------------------------------

             Summary: [Linear Store] Avoid multiline log statements
                 Key: QPID-6554
                 URL: https://issues.apache.org/jira/browse/QPID-6554
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Broker
    Affects Versions: 0.33
            Reporter: Chuck Rolke


Multi-line statements make life difficult for customers' log scraping tools.
{noformat}
2015-05-22 14:39:01 [Store] info Linear Store: EFP Partition 1:
     EFP Partition Analysis (partition 1 at "/home/chug/.qpidd/qls/p001"):
     efp_size_kib   num_files  tot_capacity_kib
     ------------  ----------  ----------------
             2048           0                 0

2015-05-22 14:39:01 [Store] notice Linear Store: Store module initialized; store-dir=/home/chug/.qpidd
{noformat}
Instead issue a series of QPID_LOG calls, one for each line.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org