Skip to content

Commit

Permalink
Merge pull request #157 from nulab/BLG_INTG-1519/add-link-to-trouble-…
Browse files Browse the repository at this point in the history
…shooting-help-page-when-error-occurs-in-migration-tool

BLG_INTG-1519 change timing to initialize user language for logging
  • Loading branch information
kokoroszk authored Apr 16, 2024
2 parents ad77f5d + 4fb5a94 commit 4199917
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.slf4j.{Logger, LoggerFactory}
*/
trait Logging {

implicit val userLang =
implicit lazy val userLang =
if (Locale.getDefault.equals(Locale.JAPAN)) Lang("ja") else Lang("en")

val logger: Logger = LoggerFactory.getLogger(getClass)
Expand Down

0 comments on commit 4199917

Please sign in to comment.