jazzdotdev-packages/logging

create log messages in addition to log files

Opened this issue · 1 comments

"log files" are in /log directory
"log messages" show up in the terming log.level()
these are log.info()

Even if logging rule has the highest priority it should be interpreted first. So if we put log.info("new request received") we won't get before log.debugs about patching other rules. We are patching all the rules and action first and after that we are calling them