Skip to content

Commit

Permalink
[Fixes #11855] Reduce log level in donwload handler (#11856) (#11874)
Browse files Browse the repository at this point in the history
Co-authored-by: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com>
  • Loading branch information
giohappy and mattiagiupponi committed Jan 22, 2024
1 parent 3f03d7c commit 445c84c
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 445c84c

Please sign in to comment.