Centralised Java Logging

前端 未结 4 1207
既然无缘
既然无缘 2020-12-08 07:29

I\'m looking for a way to centralise the logging concerns of distributed software (written in Java) which would be quite easy, since the system in question has only one serv

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 07:48

    NXLOG or LogStash or Graylogs2

    or

    LogStash + ElasticSearch (+optionally Kibana)

    Example:

    1) http://logstash.net/docs/1.3.3/tutorials/getting-started-simple

    2) http://logstash.net/docs/1.3.3/tutorials/getting-started-centralized

提交回复
热议问题