Commit e6b7f521 by Dave St.Germain

change log level to info so that messages will be recorded

parent c92fa52e
......@@ -209,7 +209,7 @@ def jail_code(command, code=None, files=None, argv=None, stdin=None,
)
if slug:
log.debug("Executing jailed code %s in %s, with PID %s", slug, homedir, subproc.pid)
log.info("Executing jailed code %s in %s, with PID %s", slug, homedir, subproc.pid)
# Start the time killer thread.
realtime = LIMITS["REALTIME"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment