You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2017/07/18 00:40:34 UTC

[2/3] incubator-trafodion git commit: Fixed a hard coded location in the log4cxx.trafodion.tm.config

Fixed a hard coded location in the log4cxx.trafodion.tm.config


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

Branch: refs/heads/master
Commit: a0ec881f30d9ba7ef79cb44d6c6e8d9a1f245e8f
Parents: 4f9da0b
Author: selvaganesang <se...@esgyn.com>
Authored: Thu Jul 13 23:06:04 2017 +0000
Committer: selvaganesang <se...@esgyn.com>
Committed: Thu Jul 13 23:06:04 2017 +0000

----------------------------------------------------------------------
 core/sqf/conf/log4cxx.trafodion.tm.config | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/a0ec881f/core/sqf/conf/log4cxx.trafodion.tm.config
----------------------------------------------------------------------
diff --git a/core/sqf/conf/log4cxx.trafodion.tm.config b/core/sqf/conf/log4cxx.trafodion.tm.config
index 2b51741..746ec02 100644
--- a/core/sqf/conf/log4cxx.trafodion.tm.config
+++ b/core/sqf/conf/log4cxx.trafodion.tm.config
@@ -22,8 +22,7 @@
 #
 
 # Define some default values that can be overridden by system properties
-#trafodion.log.dir=${TRAF_HOME}/logs
-trafodion.log.dir=/home/centos/incubator-trafodion/core/sqf/logs
+trafodion.log.dir=${TRAF_HOME}/logs
 trafodion.log.filename.suffix=${TRAFODION_LOG_FILENAME_SUFFIX}
 
 # Define the root logger to the system property "trafodion.root.logger".