Hi,
My GAE application writes log using SLF4J over JUL.
I notice that each log message contains date/time, class name (that called the logger), method name (that called the logger) and the message itself. I am missing the logger name.
I would like to confirm if this is the expected behavior? I do not care about the class and method that called the logger, but I appreciate knowing the logger name.
Could not find anything about in documentation and searching Google.
Best regards,
Daniel