mirror of
https://github.com/gotson/komga.git
synced 2025-01-07 03:07:16 +08:00
refactor: adjust loglevel for LoginListener
This commit is contained in:
parent
fe96fca5bf
commit
2c260b1878
@ -49,7 +49,7 @@ class LoginListener(
|
||||
source = source,
|
||||
)
|
||||
|
||||
logger.info { activity }
|
||||
logger.debug { activity }
|
||||
authenticationActivityRepository.insert(activity)
|
||||
}
|
||||
|
||||
@ -78,7 +78,7 @@ class LoginListener(
|
||||
error = event.exception.message,
|
||||
)
|
||||
|
||||
logger.info { activity }
|
||||
logger.debug { activity }
|
||||
authenticationActivityRepository.insert(activity)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user