Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
412 views
in Technique[技术] by (71.8m points)

Quarkus redis logging

I′m trying to make quarkus to send logs to a redis instance, but im not sure how to start. I′ve already tried to configure quarkus-logging-gelf, but it seems that, the only possibilites now are to use Graylog, Logstash and FluentD.

https://quarkus.io/guides/centralized-log-management

Then, i started researching on how i could write my own LogHandler, as in other frameworks. Quarkus uses JBoss Log Manager, and after some looking, i fount this discussion:

https://github.com/quarkusio/quarkus/issues/6133

As it seems, i can make different named log handlers, but i still have to use the configured outputs:

  • Console
  • File
  • Syslog

From what i read, maybe i could only achieve this by building a custom extension (Is this the only way?), as this example:

https://github.com/hartimcwildfly/quarkus-custom-loghandler

In other frameworks, all i have to do is to write my handler and configure it to be used, can i have this in quarkus without having to write an extension?

Thanks in advance!

question from:https://stackoverflow.com/questions/65846897/quarkus-redis-logging

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

1.4m articles

1.4m replys

5 comments

57.0k users

...