You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2013/12/20 07:44:05 UTC

git commit: Updated cartridge agent log file name

Updated Branches:
  refs/heads/master 08936dab4 -> 752676a09


Updated cartridge agent log file name


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/752676a0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/752676a0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/752676a0

Branch: refs/heads/master
Commit: 752676a099acfdce1c75abc5ec701539bb4c3491
Parents: 08936da
Author: Imesh Gunaratne <im...@apache.org>
Authored: Fri Dec 20 12:13:57 2013 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Fri Dec 20 12:13:57 2013 +0530

----------------------------------------------------------------------
 .../modules/distribution/src/main/conf/log4j.properties            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/752676a0/products/cartridge-agent/modules/distribution/src/main/conf/log4j.properties
----------------------------------------------------------------------
diff --git a/products/cartridge-agent/modules/distribution/src/main/conf/log4j.properties b/products/cartridge-agent/modules/distribution/src/main/conf/log4j.properties
index 620d0b9..890a4db 100644
--- a/products/cartridge-agent/modules/distribution/src/main/conf/log4j.properties
+++ b/products/cartridge-agent/modules/distribution/src/main/conf/log4j.properties
@@ -25,7 +25,7 @@ log4j.appender.CONSOLE_APPENDER=org.apache.log4j.ConsoleAppender
 
 # The standard error log where all the warnings, errors and fatal errors will be logged
 log4j.appender.FILE_APPENDER=org.apache.log4j.FileAppender
-log4j.appender.FILE_APPENDER.File=/var/log/apache-stratos/cartridge-agent-event-publisher.log
+log4j.appender.FILE_APPENDER.File=/var/log/apache-stratos/cartridge-agent.log
 log4j.appender.FILE_APPENDER.layout=org.apache.log4j.PatternLayout
 log4j.appender.FILE_APPENDER.layout.ConversionPattern=%d{ISO8601} [%X{ip}-%X{host}] [%t] %5p %c{1} %m%n
 log4j.appender.FILE_APPENDER.threshold=DEBUG