Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 567 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 567 Bytes

service-lib

A collection of library-like functionalities for eVaka Kotlin services, such as a common logger and JWT authentication.

Development

Building and testing is done as a part of the using Kotlin service build, using this project as a sub-project dependency.

Known issues

  • Multiple Logback ConsoleAppenders could theoretically corrupt each other's JSON logs if more than one of them output at the same time (w/ multiline content)