Skip to content

Commit

Permalink
changes default logging in collection.py to True
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCoelhoSL committed Dec 4, 2024
1 parent ddd3688 commit 1e63dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digital_land/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1e63dfa

Please sign in to comment.