Skip to content

Commit

Permalink
add logging #265
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Jan 27, 2022
1 parent 8a33bf3 commit e1f199d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions datagateway_api/src/common/filter_order_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ def add_icat_relations_for_non_related_fields_of_panosc_related_entities(
)

if icat_relations:
log.info(
"Including ICAT relations of non-related fields of related PaNOSC "
"entities",
)
# Remove any duplicate ICAT relations
icat_relations = list(dict.fromkeys(icat_relations))
if python_icat_include_filter:
Expand Down

0 comments on commit e1f199d

Please sign in to comment.