diff options
| author | Charles E. Rolke <chug@apache.org> | 2013-02-12 20:58:45 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2013-02-12 20:58:45 +0000 |
| commit | 1f370d9624128aef3b25080cb23e0136dd1e113a (patch) | |
| tree | e205012d3d50474de078a4378f8e4c749260f631 /specs | |
| parent | a06981dbaf1e613ef859f40f059c5e2c164a470e (diff) | |
| download | qpid-python-1f370d9624128aef3b25080cb23e0136dd1e113a.tar.gz | |
QPID-4577: Enable/disable high resolution log timestamps
From the self-test log file:
2013-02-12 15:33:53 [Broker] notice Changing log hires timestamp to 1
2013-02-12 15:33:53.219003940 [Broker] debug Broker::setLogHiresTimestamp()
...
2013-02-12 15:33:53.491318800 [Broker] notice Changing log hires timestamp to 0
2013-02-12 15:33:53 [Broker] debug Broker::setLogHiresTimestamp()
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1445358 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
| -rw-r--r-- | specs/management-schema.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml index af33f3a2bd..678c1a6476 100644 --- a/specs/management-schema.xml +++ b/specs/management-schema.xml @@ -154,7 +154,7 @@ <arg name="level" dir="O" type="sstr"/> </method> - <method name="getTimestampConfig" desc="Get the message timestamping configuration"> + <method name="getTimestampConfig" desc="Get the message timestamping configuration"> <arg name="receive" dir="O" type="bool" desc="True if received messages are timestamped."/> </method> @@ -181,6 +181,14 @@ <arg name="results" dir="O" type="map" desc="A snapshot of the object's state."/> </method> + <method name="getLogHiresTimestamp" desc="Get the high resolution timestamp in logs"> + <arg name="logHires" dir="O" type="bool" desc="True if high resolution timestamp in logs is enabled."/> + </method> + + <method name="setLogHiresTimestamp" desc="Set the high resolution timestamp in logs"> + <arg name="logHires" dir="I" type="bool" desc="True to enable enable high resolution timestamp in logs."/> + </method> + </class> |
