Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log
TokenNotFoundException
at the debug level (#1011)
Motivation: `TokenNotFoundException` may be useful to debug a request failure but the warning log would be noisy to the maintainers of a Central Dogma cluster. Modifications: - Use the `DEBUG` level to log `TokenNotFoundException`. - `IllegalArgumentException` is also logged at `DEBUG`. Result: `TokenNotFoundException` is now logged at the `DEBUG` level in `ApplicationTokenAuthorizer`.
- Loading branch information