chimney-lee edited a comment on issue #74: HDDS-2348.Remove log4j properties for package org.apache.hadoop.ozone URL: https://github.com/apache/hadoop-ozone/pull/74#issuecomment-545710700 Thanks for reply @elek , In hadoop ,the namenode/datanode logs are logged to files hadoop-${user}-{namenode|datanode}-${host}.log,client log to console, audit log to hdfs-audit.log. why need to write log in package org.apache.hadoop.ozone to one file ? what i run into : when i start OM, the log produced by OM cannot be all logged to file hadoop-${user}-om-${host}.log , for the config `log4j.logger.org.apache.hadoop.ozone=DEBUG,OZONE,FILE ` in log4j, the class `org.apache.hadoop.ozone.om.OzoneManagerStarter` log the message to file hadoop-${user}-om-${host}.out and ozone.log but not hadoop-${user}-om-${host}.log, i think here is unreasonable.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org