Skip to content

Commit 49a66b8

Browse files
log.debug the paths that are used
1 parent 46e2534 commit 49a66b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notebook/config_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def get(self, section_name):
7272
# put a json file somewhere in the a .d directory, while the
7373
# .json file is probably a user configuration.
7474
paths = sorted(glob.glob(pattern)) + paths
75+
self.log.debug('Paths used for configuration of %s: \n\t%s', section_name, '\n\t'.join(paths))
7576
data = {}
7677
for path in paths:
7778
if os.path.isfile(path):

0 commit comments

Comments
 (0)