Releases: lambdaisland/glogi
Releases · lambdaisland/glogi
v1.4.177
Removed
- BREAKING The vars
format-name,counter,gauge,histogram, and
meterhave been removed fromlambdaisland.glogc, since they have also been
removed upstream inio.pedestal.log. The Glogc namespace was meant as a
drop-in replacement for io.pedestal.log, but one that can also be used in
.cljcfiles, by using Glogi logging on cljs, and pedestal.log on clj. Since
these vars were only available in the clj version, they defeat that purpose
and probably shouldn't have been added in the first place. Our assumption is
that these are not commonly used.
Changed
io.pedestal.loghas been bumped from 0.5.x to 0.8.x. Note that despite the
0.x numbering there are substantial breaking changes, but the core logging API
seems to remain unchanged.
Added
- clj-kondo config to warn when using an add number of arguments
lambdaisland.glogi.console/timestampgoog-define, set to"true"to prepend
each log message with a timestamp
v1.3.169
Added
Fixed
Changed
- Modified an internal function so that code emitted by logging macros can be
DCE'd when the user disables logging.
v1.2.164
Added
- Add support for logging multiple forms with
spy.
Fixed
- Release under
com.lambdaislandas well aslambdaisland, see lambdaisland/open-source#9
Changed
- Version bumps