We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64f752 commit e11ecfeCopy full SHA for e11ecfe
Sources/Alchemy/Env/Env.swift
@@ -138,7 +138,7 @@ public struct Env: Equatable, ExpressibleByStringLiteral {
138
current.dotEnvVariables = values
139
Log.info("[Environment] loaded env from `\(overridePath)`.")
140
} else {
141
- Log.error("[Environment] couldnt find dotenv at `\(overridePath)`.")
+ Log.notice("[Environment] couldnt find dotenv at `\(overridePath)`.")
142
}
143
} else if let values = loadDotEnvFile(path: defaultPath) {
144
0 commit comments