Skip to content

Commit

Permalink
Support named handlers #156
Browse files Browse the repository at this point in the history
  • Loading branch information
treivize committed Oct 6, 2023
1 parent c130d12 commit cbcc57a
Show file tree
Hide file tree
Showing 5 changed files with 545 additions and 369 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
quarkus.log.handler.splunk.enabled=true
quarkus.log.handler.splunk.token=12345678-1234-1234-1234-1234567890AB
quarkus.log.handler.splunk.level=WARN
quarkus.log.handler.splunk.format=%s%e
quarkus.log.handler.splunk.metadata-index=mylogindex
quarkus.log.handler.splunk."MONITORING".enable=true
quarkus.log.handler.splunk."MONITORING".url=http://localhost:8088
quarkus.log.handler.splunk."MONITORING".token=12345678-0000-0000-0000-1234567890AB
quarkus.log.handler.splunk."MONITORING".level=INFO
quarkus.log.handler.splunk."MONITORING".metadata-index=mystatsindex
quarkus.log.category."monitoring".handlers=MONITORING
quarkus.log.category."monitoring".level=INFO
quarkus.log.category."monitoring".use-parent-handlers=false
Loading

0 comments on commit cbcc57a

Please sign in to comment.