-
Hi, My logging level in my Tornado handler seems to be The code follows a template, basically: sLog = gLogger.getSubLogger(__name__)
class TornadoPilotLoggingHandler(TornadoService):
log = sLog
@classmethod
def initializeHandler(cls, infoDict):
"""
Called once, at the first request. Create a directory where pilot logs will be stored.
:param infoDict:
:return: None
"""
cls.log.info("Handler initialised ...")
cls.log.debug("with a dict: ", str(infoDict)) The debug statement never comes up. Is the Thanks, JM |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
what version are you running ? |
Beta Was this translation helpful? Give feedback.
-
Being fixed in #6373 |
Beta Was this translation helpful? Give feedback.
-
Well,
I blindly copied what System Administration tab lists.
JM
… On 13 Sep 2022, at 12:37, Daniela Bauer ***@***.***> wrote:
Why are you using v7r2 ???????
—
Reply to this email directly, view it on GitHub <#6361 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AB2KE7KIYEBNS7T76MK3VJLV6BKONANCNFSM6AAAAAAQJZN6NY>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
Being fixed in #6373