mirror of
https://github.com/romanz/amodem.git
synced 2026-02-07 09:28:02 +08:00
server: log command with INFO level
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user