Logging/ debugging in sightly related Java or Java script files | Community
Skip to main content
Level 3
October 16, 2015
Solved

Logging/ debugging in sightly related Java or Java script files

  • October 16, 2015
  • 2 replies
  • 2059 views

Hey there,

Is there a way to enable logging  or debugging in wcmuse extended Java files or related Java script files which execute on server side? 

Tried just using normal log.debug statements in Java files but couldn't see the log traces? Would there be any configuration that enables this behaviour?

Regards

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by gopalKa

log.info() in js files should work.  similarly in the wcmuse extended java files, the typical logger should work.

2 replies

gopalKaAdobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

log.info() in js files should work.  similarly in the wcmuse extended java files, the typical logger should work.

October 16, 2015

Is it possible to log messages from sightly script file (.html) ?