Skip to main content
1-Visitor
November 12, 2016
Solved

{} in logger instead of strings

  • November 12, 2016
  • 1 reply
  • 1691 views

Hello

I'm trying to debug mys first service script but when I use

logger.debug("start");

I just got {} when I use the "test" service button (whater I test, whatever the level of log I use)

2016-11-12 14:04:20.353

DEBUG

{}

Administrator

c.t.w.c.HttpExecutionContext

http-nio-443-exec-1

Something to configure first I have forgotten ?

Tanks

Best answer by pjoly

I found my mistake.

I was looking the logs  into "application" logs instead of "script" log !!

Thanks

1 reply

pjoly1-VisitorAuthorAnswer
1-Visitor
November 13, 2016

I found my mistake.

I was looking the logs  into "application" logs instead of "script" log !!

Thanks