Skip to content

Commit

Permalink
feat: add useful log when hooked into auth plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Jul 8, 2024
1 parent 26e7eb7 commit 69de13a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,7 @@ class CoreEventHandler(private val i18nPlugin: I18nPlugin, private val vertx: Ve
onlyRegister = false
)
)

logger.info("Hooked into parsek-plugin-auth plugin")
}
}

0 comments on commit 69de13a

Please sign in to comment.