Manage ES logs - how? #343
Unanswered
hrstoyanov
asked this question in
Q&A
Replies: 1 comment 1 reply
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
How do I suppress ES logs like these:
Beta Was this translation helpful? Give feedback.
All reactions