That log entry is emitted by akka.event.slf4j.Slf4jLogger using
SLFLoggerFactory.getLogger("akka.event.slf4j.Slf4jLogger").
That means that it should be using logback, but your output format
indicates something else.

Are you sure that the logback.xml that you have listed is used when you run
this?

/Patrik



On Fri, Jun 20, 2014 at 10:48 AM, Akka Team <akka.offic...@gmail.com> wrote:

> 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 <gzol...@gmail.com> 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 akka-user+unsubscr...@googlegroups.com.
>> To post to this group, send email to akka-user@googlegroups.com.
>> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Patrik Nordwall
Typesafe <http://typesafe.com/> -  Reactive apps on the JVM
Twitter: @patriknw

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to