Github user selvaganesang commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/1068#discussion_r112299127
--- Diff: core/sqf/conf/log4cxx.monitor.mon.config ---
@@ -22,17 +22,16 @@
#
# Define some default values that can be overridden by system properties
-trafodion.root.logger=INFO, monAppender
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".
-log4j.rootLogger=${trafodion.root.logger}
-
# Logging Threshold
log4j.threshhold=ALL
-#
+# Define the root logger to the system property "trafodion.root.logger".
+trafodion.root.logger=FATAL
--- End diff --
I found another way to configure rootLogger, but at the same time not
causing duplicate messages to be written. Changed the configuration files
accordingly in commit 3
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---