You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pa...@apache.org on 2018/10/04 11:47:06 UTC

[cloudstack] branch usage_timestamps created (now 8fe2c17)

This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch usage_timestamps
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


      at 8fe2c17  add date to usage server logs

This branch includes the following new commits:

     new 8fe2c17  add date to usage server logs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[cloudstack] 01/01: add date to usage server logs

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch usage_timestamps
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 8fe2c1738595b7eb54c393d3707360da1e5d2b1b
Author: Paul Angus <pa...@shapeblue.com>
AuthorDate: Thu Oct 4 12:46:08 2018 +0100

    add date to usage server logs
---
 usage/conf/log4j-cloud_usage.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usage/conf/log4j-cloud_usage.xml.in b/usage/conf/log4j-cloud_usage.xml.in
index 1f5c787..964a0f7 100644
--- a/usage/conf/log4j-cloud_usage.xml.in
+++ b/usage/conf/log4j-cloud_usage.xml.in
@@ -48,7 +48,7 @@ under the License.
       </rollingPolicy>
 
       <layout class="org.apache.log4j.EnhancedPatternLayout">
-         <param name="ConversionPattern" value="%-5p [%c{3}] (%t:%x) (logid:%X{logcontextid}) %m%n"/>
+         <param name="ConversionPattern" value="%d{ISO8601} %-5p [%c{3}] (%t:%x) (logid:%X{logcontextid}) %m%n"/>
       </layout>
    </appender>