hkupty / penna

Opinionated SLF4J backend that logs natively to json
https://hkupty.github.io/penna/
MIT License
47 stars 3 forks source link

Missing version number #120

Open msailes opened 1 month ago

msailes commented 1 month ago

When using Penna the initialization message doesn't include the pennaVersion.

{"logger":"penna.api.audit.Logger","level":"INFO","message":"Penna initialized successfully","pennaVersion":"null"}

Expected: To show the Penna version

Actual: Currently showing null

hkupty commented 1 month ago

As I stated in the PR, I'll set up some integration test suite. As a reminder, I'll keep this issue open until I can prove it was fixed by those tests :)