Skip to content

Commit

Permalink
Improve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Nov 30, 2024
1 parent c529705 commit 177de83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class GoogleOAuthUseCase(
names = userInfoResponse.name,
profilePictureUrl = userInfoResponse.picture,
).also {

logger.info("Google verification succeeded for $it")
}
}

Expand Down
2 changes: 1 addition & 1 deletion server/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Console appender (Heroku and most cloud platforms use stdout) -->
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{yyyy-MM-dd HH:mm:ss} %-5level [%thread] %logger{36} - %msg%n</pattern>
<pattern>%d{yyyy-MM-dd HH:mm:ss} %-5level: %msg%n</pattern>
</encoder>
</appender>

Expand Down

0 comments on commit 177de83

Please sign in to comment.