mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Merge
This commit is contained in:
commit
4d6dc57344
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if __name__ == '__main__':
|
|||
|
||||
argv = parser.parse_args()
|
||||
|
||||
logging.basicConfig(filename=argv.logs_path, filemode='a', level=logging.DEBUG,
|
||||
logging.basicConfig(filename=argv.logs_path, level=logging.DEBUG,
|
||||
format='%(asctime)s.%(msecs)03d [%(levelname)s] %(message)s', datefmt='%H:%M:%S')
|
||||
|
||||
http_server = WSGIServer((argv.host, argv.port), app)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue