ES logger

hi
i have a problem with ES logger.i use slf4j logger in my unit Test with Junit and add dependency of jcl-over-slf4j and logback-classic in my project. but when i try to connect with my client (transport Client) in Es i have this error :
14:06:05,633 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]

but at the end of my loggs it show :slight_smile:14:22:31,704 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@446293d - Registering current configuration as safe fallback point
it means my logger found but my client is null....

and in my java code client is null. what can i do??

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.