Skip to content

Commit

Permalink
[Fixes GeoNode#11855] Reduce log level in donwload handler (GeoNode#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi authored Jan 18, 2024
1 parent 5950784 commit 6704ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/layers/download_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def get_resource(self):
_("You do not have download permissions for this dataset."),
)
except Exception as e:
logger.exception(e)
logger.debug(e)

return self._resource

Expand Down

0 comments on commit 6704ca9

Please sign in to comment.