Hi Greg, You might be looking for this: http://doc.akka.io/docs/akka/2.3.3/scala/logging.html#Logging_to_stdout_during_startup_and_shutdown
-Endre On Thu, Jun 19, 2014 at 2:06 AM, tigerfoot <[email protected]> wrote: > Hello, > > I'm using Slf4j (logback) and always get the following output on startup: > > [test-akka.actor.default-dispatcher-4] INFO akka.event.slf4j.Slf4jLogger - > Slf4jLogger started > > In my akka config I have these set: > > akka.loglevel = "ERROR" > akka.stdout-loglevel = "ERROR" > > In my logback.xml file I have set: > > <configuration> > <statusListener class="ch.qos.logback.core.status.NopStatusListener" /> > > <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> > <encoder> > <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - > %msg%n</pattern> > </encoder> > </appender> > > <root level="ERROR"> > <appender-ref ref="STDOUT" /> > </root> > </configuration> > > > All other logging output is successfully filtered (ERROR only), but that > initial INFO output is not. > Any way to suppress it? > > Thanks, > Greg > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- Akka Team Typesafe - The software stack for applications that scale Blog: letitcrash.com Twitter: @akkateam -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
