Search the FirstSpirit Knowledge Base
Hello All,
I have the module and i have few Logging.logDebug () statement in that. Is there any possiblity to enable the debug statement Programatically Like in log4j
Logger.getRootLogger().setLevel(Level.DEBUG);
Thank You,
Vasandharaj
Hello,
this is not possible. But you can modify the FirstSpirit logging configuration to enable debug logging for the classes of your module.
Thorsten
Thank you for the information.
never-displayed