Skip to content

Commit

Permalink
chore(backend): Make client logs less aggressive
Browse files Browse the repository at this point in the history
  • Loading branch information
Grohden committed Aug 2, 2020
1 parent befc3f8 commit 0d6f2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/com/grohden/repotagger/Application.kt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fun Application.makeClient(): HttpClient {
return HttpClient(CIO) {
install(Logging) {
level = when {
isDev -> LogLevel.BODY
isDev -> LogLevel.INFO
isTesting -> LogLevel.INFO
else -> LogLevel.NONE
}
Expand Down

0 comments on commit 0d6f2a1

Please sign in to comment.