From 1e63dfa176db910213b372be40db71114563b93f Mon Sep 17 00:00:00 2001 From: CarlosCoelhoSL Date: Wed, 4 Dec 2024 09:31:04 +0000 Subject: [PATCH] changes default logging in collection.py to True --- digital_land/collection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digital_land/collection.py b/digital_land/collection.py index 6f814b40..1017361a 100644 --- a/digital_land/collection.py +++ b/digital_land/collection.py @@ -118,7 +118,7 @@ def load( source: CSVStore, directory: str = DEFAULT_COLLECTION_DIR, after: datetime = None, - logging: bool = False, + logging: bool = True, ): """ Rebuild or update resource.csv file from the log store.