loghost changed to loggy
This commit is contained in:
parent
002d7374e2
commit
cefcefc5a1
@ -4,7 +4,7 @@ import report
|
|||||||
from topics import *
|
from topics import *
|
||||||
|
|
||||||
DEBUG = False # False: logging to stdout with given LOGLEVEL - True: logging all to localhost:19996 and warnings or higher to stdout
|
DEBUG = False # False: logging to stdout with given LOGLEVEL - True: logging all to localhost:19996 and warnings or higher to stdout
|
||||||
LOG_HOSTNAME = "localhost" # When DEBUG is True
|
LOG_HOSTNAME = "loggy" # When DEBUG is True
|
||||||
LOG_LEVEL = logging.INFO # STDOUT logging
|
LOG_LEVEL = logging.INFO # STDOUT logging
|
||||||
|
|
||||||
GEO_POSITION = geo.gps.coordinate(lat=49.519167, lon=9.3672222)
|
GEO_POSITION = geo.gps.coordinate(lat=49.519167, lon=9.3672222)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user