This message was deleted.
# troubleshooting
s
This message was deleted.
👀 1
m
Solved. Correct configuration should be like following
Copy code
druid.request.logging.delegate.type=slf4j
druid.request.logging.type=filtered
druid.request.logging.mutedQueryTypes=["segmentMetadata"]
Maybe worth to add available types for
druid.request.logging.delegate.type
in documentation
g
thanks for letting us know how you solved it!