Description
when we issue the command mvn play2:run we are getting this error in the logs in 5.3.0
12:15:35,921 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
12:15:36,024 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@10:66 - no applicable action for [layout], current ElementPath is [[configuration][appender][encoder][layout]]
12:15:36,025 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.fieldnames.LogstashFieldNames] for [fieldNames] property
12:15:36,031 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@18:24 - no applicable action for [stack_trace], current ElementPath is [[configuration][appender][encoder][layout][fieldNames][stack_trace]]
12:15:36,481 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.AsyncAppender]
12:15:36,483 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ASYNCSTDOUT]
12:15:36,483 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to ch.qos.logback.classic.AsyncAppender[ASYNCSTDOUT]
12:15:36,483 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNCSTDOUT] - Attaching appender named [STDOUT] to AsyncAppender.
12:15:36,484 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNCSTDOUT] - Setting discardingThreshold to 51
12:15:36,485 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
12:15:36,485 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [queryLoggerAppender]
12:15:36,485 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@37:70 - no applicable action for [layout], current ElementPath is [[configuration][appender][encoder][layout]]
12:15:36,485 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@38:26 - no applicable action for [timestampFormat], current ElementPath is [[configuration][appender][encoder][layout][timestampFormat]]
12:15:36,485 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@39:36 - no applicable action for [timestampFormatTimezoneId], current ElementPath is [[configuration][appender][encoder][layout][timestampFormatTimezoneId]]
12:15:36,485 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.fieldnames.LogstashFieldNames] for [fieldNames] property
Can anyone help us out .