mirror of
https://github.com/docker/docs.git
synced 2026-04-02 17:28:55 +07:00
Add a debug log message for config filenames.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
@@ -104,6 +104,8 @@ def find(base_dir, filenames):
|
||||
filenames = [os.path.join(base_dir, f) for f in filenames]
|
||||
else:
|
||||
filenames = get_default_config_files(base_dir)
|
||||
|
||||
log.debug("Using configuration files: {}".format(",".join(filenames)))
|
||||
return ConfigDetails(
|
||||
os.path.dirname(filenames[0]),
|
||||
[ConfigFile(f, load_yaml(f)) for f in filenames])
|
||||
|
||||
Reference in New Issue
Block a user