add more tags and filter more restrictively
Some checks failed
Some checks failed
This commit is contained in:
@@ -16,7 +16,7 @@ OSM_CACHE_DIR = Path(cache_dir_string)
|
||||
|
||||
import logging
|
||||
# if we are in a debug session, set verbose and rich logging
|
||||
if os.getenv('DEBUG', False):
|
||||
if os.getenv('DEBUG', "false") == "true":
|
||||
from rich.logging import RichHandler
|
||||
logging.basicConfig(
|
||||
level=logging.DEBUG,
|
||||
|
||||
Reference in New Issue
Block a user