mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-29 08:37:06 +00:00
使用username 去掉log_ha里的print
This commit is contained in:
@@ -66,7 +66,6 @@ def run():
|
||||
log_hanler(pid_id)
|
||||
|
||||
for pid_id, pid, log_path, is_finished, log_finished, start_time in pids1:
|
||||
print pid_id, start_time, type(start_time)
|
||||
try:
|
||||
file_time = int(os.stat(log_path).st_ctime)
|
||||
now_time = int(time.time())
|
||||
|
Reference in New Issue
Block a user