server: log command with INFO level

nistp521
Roman Zeyde 9 years ago
parent 1a5b8118ad
commit fe1e1d2bb9

@ -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:

Loading…
Cancel
Save