Hi TS,

   protected String formatTimeStamp(long timestamp) {
>
The correct name for that method is formatTimestamp (notice the non-capital
"s"). I think if you use the @Override annotation then you would get a
proper compiler error saying that you tried to override a non-existing
method (since the names don't match)

-Endre



>      return OffsetDateTime.ofInstant(Instant.ofEpochMilli(timestamp),
> ZoneOffset.UTC).toString();
>
>    }
>
>
> }
>
>
> and added
>
> akka {
>
> ...
>
>   loggers = ["AkkaTimestampWithDateLogger"]
>
>   loglevel = "DEBUG"
>
>   stdout-loglevel = "INFO"
>
>   logging-filter = "akka.event.slf4j.Slf4jLoggingFilter"
>
> }
>
>
> I do see this message
>
>
> []  INFO  AkkaTimestampWithDateLogger [..] - Slf4jLogger started
>
>
> however, I still see the akkaTimestamp with same timestamp format as
> earlier.
>
>
> Any hints..
>
>
> Thanks in advance
>
>
> TS
>
>
> --
> >>>>>>>>>> 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 - Reactive apps on the JVM
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.

Reply via email to