- set user agent on coralogix calls to crate name & version
- don't set Connection:close
- Coralogix config parameters can be &str and don't need to &'static str
- updated dependency to reqwest 0.11
- added silent_logger (logs nothing)
-
Breaking change:
- Removed prelude module. If you previously imported "service_logging::prelude::*", replace it with "service_logging::Logger" to import the trait.
-
New features
- added implementation of ConsoleLogger for non-wasm builds, which sends output to stdout using println!. The most likely use for this is testing.