Logging from multiple apps/processes to a single log file

后端 未结 7 907
时光取名叫无心
时光取名叫无心 2020-12-15 08:55

Our app servers (weblogic) all use log4j to log to the same file on a network share. On top of this we have all web apps in a managed server logging errors to a common erro

7条回答
  •  感动是毒
    2020-12-15 09:11

    We have a requirement where we need to produce a single file from all the managed server running the same application . we developed a java logging server which opens ups a port and listen for log event. we used the log4j socket appender to write log event to the same port and created a single file.

提交回复
热议问题