mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that verbose logs should be visible for Utility(Backup, Maintenance) jobs. Fixes #6140
This commit is contained in:
@@ -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 = []
|
||||
|
Reference in New Issue
Block a user