You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/10/24 02:11:24 UTC

[GitHub] [hadoop-ozone] chimney-lee commented on issue #74: HDDS-2348.Remove log4j properties for package org.apache.hadoop.ozone

chimney-lee commented 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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org