fix(config): Mention what that list of paths in the log is
This commit is contained in:
parent
1d49948615
commit
b54d4a39cd
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ func ParseConfiguration() (conf SpaceapidConfig) {
|
|||
log.Println("Parsing configuration files")
|
||||
|
||||
paths := getConfigPaths()
|
||||
log.Println(paths)
|
||||
log.Println("Config files:", paths)
|
||||
for _, path := range paths {
|
||||
// Read file
|
||||
file, err := os.ReadFile(path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue