Removed config and logging.conf
This commit is contained in:
parent
cc5f4a5b6f
commit
c13984c065
5
config
5
config
|
|
@ -1,5 +0,0 @@
|
|||
# Bounding-Box Germany
|
||||
ride2go_query_data = '{ "southWestCoordinates": { "lat": 47.3, "lon": 5.98 }, "northEastCoordinates": { "lat": 54.99, "lon": 15.02 }, "lastModifiedSinceDays": 180 }'
|
||||
env = 'PROD'
|
||||
graphhopper_base_url = 'https://api.mfdz.de/gh'
|
||||
stop_sources_file = 'conf/stop_sources.json'
|
||||
22
logging.conf
22
logging.conf
|
|
@ -1,22 +0,0 @@
|
|||
[loggers]
|
||||
keys=root
|
||||
|
||||
[handlers]
|
||||
keys=consoleHandler
|
||||
|
||||
[formatters]
|
||||
keys=simpleFormatter
|
||||
|
||||
[logger_root]
|
||||
level=INFO
|
||||
handlers=consoleHandler
|
||||
propagate=yes
|
||||
|
||||
[handler_consoleHandler]
|
||||
class=StreamHandler
|
||||
level=DEBUG
|
||||
formatter=simpleFormatter
|
||||
args=(sys.stdout,)
|
||||
|
||||
[formatter_simpleFormatter]
|
||||
format=%(asctime)s - %(name)s - %(levelname)s - %(message)s
|
||||
Loading…
Reference in a new issue