Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly log elapsed milliseconds in
CentralDogmaBeanFactory
(line…
…#991) Motivation: When the elapsed time in `CentralDogmaBeanFactory#get()` is logged, it prints nanoseconds with `ms` unit. Modifications: - Convert the elapsed time to milliseconds before logging. Result: The logs correctly display the elapsed time of obtaining the initial value.
- Loading branch information