You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature/structured logging (#65)
* Json encode LogLine + EpochMillis
* Flesh out JsonSupport
* run scalafmt
* Add JsonPrinter
* Make JsonSupport methods private
* always trim decimals on both platforms
* run scalafmt
* Remove unused method
* Remove unnecessary tests
* Change absolute import to be regular import in test
* Regenerate docs
* Give credit to Circe for toHex method
* Formatting