mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-31 13:40:29 +08:00
log.debug the paths that are used
This commit is contained in:
parent
46e2534a06
commit
49a66b84cf
@ -72,6 +72,7 @@ class BaseJSONConfigManager(LoggingConfigurable):
|
||||
# put a json file somewhere in the a .d directory, while the
|
||||
# .json file is probably a user configuration.
|
||||
paths = sorted(glob.glob(pattern)) + paths
|
||||
self.log.debug('Paths used for configuration of %s: \n\t%s', section_name, '\n\t'.join(paths))
|
||||
data = {}
|
||||
for path in paths:
|
||||
if os.path.isfile(path):
|
||||
|
Loading…
x
Reference in New Issue
Block a user