Manage ES logs - how? #343
Unanswered
hrstoyanov
asked this question in
Q&A
Replies: 1 comment
-
To disable that output you need to configure your logging system, looks like your current config suppresses a lot of information like logger name and level. With logback you can disable a logger with <logger name="org.eclipse.serializer.persistence.types.PersistenceCustomTypeHandlerRegistry" level="OFF"/> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
How do I suppress ES logs like these:
Beta Was this translation helpful? Give feedback.
All reactions