mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Another attempt to satisfy Jenkins.
This commit is contained in:
parent
31e17f025b
commit
1e26b96b12
@ -365,9 +365,8 @@ if __name__ == '__main__':
|
||||
# Set basic logging configuration for log file
|
||||
logging.basicConfig(
|
||||
level=logging.DEBUG,
|
||||
handlers=[logging.FileHandler(CURRENT_PATH + '/' + 'regression.log', 'w', 'utf-8')],
|
||||
format='%(asctime)s:%(levelname)s:%(name)s:%(message)s',
|
||||
filename=CURRENT_PATH + "/" + "regression.log",
|
||||
filemode='w'
|
||||
)
|
||||
|
||||
# Create logger to write log in the logger file as well as on console
|
||||
|
Loading…
Reference in New Issue
Block a user