fix(config): Mention what that list of paths in the log is

This commit is contained in:
Bendodroid 2026-07-25 22:10:50 +02:00
commit b54d4a39cd

View file

@ -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)