server: log command with INFO level

This commit is contained in:
Roman Zeyde 2016-01-08 16:04:57 +02:00
parent 1a5b8118ad
commit fe1e1d2bb9

View File

@ -89,7 +89,7 @@ def serve(public_keys, signer, sock_path=None):
def run_process(command, environ, use_shell=False):
log.debug('running %r with %r', command, environ)
log.info('running %r with %r', command, environ)
env = dict(os.environ)
env.update(environ)
try: