forked from organicmaps/organicmaps
Set the logging level back to INFO.
This commit is contained in:
parent
c3ce093ca0
commit
ba2b23a39c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ except:
|
|||
USE_TORNADO = False
|
||||
|
||||
|
||||
logging.basicConfig(format='%(asctime)s %(message)s', level=logging.DEBUG)
|
||||
logging.basicConfig(format='%(asctime)s %(message)s', level=logging.INFO)
|
||||
|
||||
PORT = 34568
|
||||
LIFESPAN = 180.0 # timeout for the self destruction timer - how much time
|
||||
|
|
Loading…
Add table
Reference in a new issue