We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d4aa4 commit ae62b6bCopy full SHA for ae62b6b
Sources/App/Collections/WalletCollection.swift
@@ -89,7 +89,7 @@ final class WalletCollection: RouteCollection {
89
90
func log(messages: [String]) {
91
for message in messages {
92
- droplet.log.info(message)
+ droplet.log.error(message)
93
}
94
95
0 commit comments