logging added

This commit is contained in:
Jakobus Schürz 2019-07-31 17:54:55 +02:00
parent a3a565ed27
commit d98c6cc974

View file

@ -30,6 +30,7 @@ def generatePrincipals(keys):
yield COMMENT
for (user) in keys:
log.debug(TEMPLATE % dict(user=user))
yield TEMPLATE % dict(user=user)
_COMMAND_RE = re.compile('^command="(/[^ "]+/)?gitosis-serve [^"]+",no-port-forw'