Github user sandhyasun commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/1068#discussion_r112234144
--- 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 --
Can you make the output atleats go to stdout ? The hierarchy of logging is
supposed to be setup this way.
---
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.
---