Ensure that verbose logs should be visible for Utility(Backup, Maintenance) jobs. Fixes #6140

This commit is contained in:
Akshay Joshi
2021-01-11 16:35:44 +05:30
parent f8497d4e7a
commit 90004119af
2 changed files with 2 additions and 1 deletions

View File

@@ -426,7 +426,7 @@ class BatchProcess(object):
def status(self, out=0, err=0):
import re
ctime = get_current_time(format='%Y%m%d%H%M%S%f')
ctime = get_current_time(format='%y%m%d%H%M%S%f')
stdout = []
stderr = []