Skip to content

Commit

Permalink
use better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
eveleighoj committed Jan 16, 2025
1 parent f43907d commit c94d4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digital_land/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def dataset_create(
):
# set level for logging to see what's going on
logger.setLevel(logging.INFO)
dataset_parquet_logger = logging.getLogger("dataset_parquet")
dataset_parquet_logger = logging.getLogger("digital_land.package.dataset_parquet")
dataset_parquet_logger.setLevel(logging.INFO)

# chek all paths are paths
Expand Down

0 comments on commit c94d4f1

Please sign in to comment.