imaffe commented on issue #2101:
URL: https://github.com/apache/rocketmq/issues/2101#issuecomment-645095197


   IMHO, nohup.out stores low-value log outputs (stdout). Usually developers 
would use logs only for debugging purposes, but maybe in some extreme cases 
developers might want to use nohup.out to debug.
   
   > 如果搭建集群,所有的实例都向同一个nohup.out文件输出?内容是不是会出现混乱?感谢,如何避免呢?
   
   I'm not sure what would happen here, but I  would assume in cluster mode, 
each node would output to the nohup.out on each node instead of printing to one 
nohup.out. (Like nohup.out would be local to each node). But I'm not sure about 
this.
   
   
   
   Even if they output to one nohu[.out file (which is unlikely), because we 
rarely use it to debug, it is acceptable. On the other hand, because we are not 
sure if developers will use nohup.out or not, we decide to keep it just in case.


----------------------------------------------------------------
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:
[email protected]


Reply via email to