Skip to content

Commit e11ecfe

Browse files
Notice not error
1 parent b64f752 commit e11ecfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Alchemy/Env/Env.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public struct Env: Equatable, ExpressibleByStringLiteral {
138138
current.dotEnvVariables = values
139139
Log.info("[Environment] loaded env from `\(overridePath)`.")
140140
} else {
141-
Log.error("[Environment] couldnt find dotenv at `\(overridePath)`.")
141+
Log.notice("[Environment] couldnt find dotenv at `\(overridePath)`.")
142142
}
143143
} else if let values = loadDotEnvFile(path: defaultPath) {
144144
current.dotEnvVariables = values

0 commit comments

Comments
 (0)