func (r FileReader) IsConfigurationFileExistAnywhere(ctx context.Context, relPath string) (exist bool, err error) {
    logboek.Context(ctx).Debug().
        LogBlock("IsConfigurationFileExistAnywhere %q", relPath).
        Options(func(options types.LogBlockOptionsInterface) {
            if !debug() {