Skip to content

Commit 7ac61d8

Browse files
committed
Log info type to debug log
1 parent 43f8ed2 commit 7ac61d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/feature_info_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ def get_layer_info(self, identity, origin, service_name, layer, style, x, y, crs
374374
error_msg = None
375375

376376
info_type = info_template.get('type')
377+
self.logger.info("Info type for layer '%s' is '%s'" % (layer, info_type))
377378
if info_type == 'wms':
378379
# WMS GetFeatureInfo
379380
forward_auth_headers = False

0 commit comments

Comments
 (0)