Skip to content

Commit ae62b6b

Browse files
committed
Promote logs to errors
1 parent 48d4aa4 commit ae62b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/App/Collections/WalletCollection.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ final class WalletCollection: RouteCollection {
8989

9090
func log(messages: [String]) {
9191
for message in messages {
92-
droplet.log.info(message)
92+
droplet.log.error(message)
9393
}
9494
}
9595

0 commit comments

Comments
 (0)