Removed config and logging.conf

This commit is contained in:
Csaba 2024-03-08 13:15:18 +01:00 committed by Holger Bruch
parent 0a4975caab
commit c3e62c404e
2 changed files with 0 additions and 27 deletions

5
config
View file

@ -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'

View file

@ -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