structured-logging-clojure 0.2.0-4 source package in Ubuntu

Changelog

structured-logging-clojure (0.2.0-4) unstable; urgency=medium

  * d/patches: drop jackson version overrides in project.clj
  * d/control, d/patches: target clojure 1.x in pom
  * d/control: use headless jdk in build-deps
  * d/salsa-ci.yml: disable i386 build in gitlab-ci
  * ship README in package

 -- Jérôme Charaoui <email address hidden>  Wed, 08 Feb 2023 08:44:40 -0500

Upload details

Uploaded by:
Debian Clojure Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Clojure Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
structured-logging-clojure_0.2.0-4.dsc 1.9 KiB 8bb7f864ce0ab44865d2bf78bf3ec4c97a1e74b6efb8e558edbbcff7e1b7020d
structured-logging-clojure_0.2.0.orig.tar.xz 8.5 KiB 81fa3546a2d2cc5000a815b981df9583426468d9fb824397a91a35e644884d69
structured-logging-clojure_0.2.0-4.debian.tar.xz 3.3 KiB 37f429d967924d0a4bd70f13ac1e24ef21c33c3d1377919afe8e1744a4d7e967

Available diffs

No changes file available.

Binary packages built by this source

libstructured-logging-clojure: Write data structures to your logs from Clojure

 structured-logging is a library that helps you to:
 .
 * write arbitrary JSON to your logs, making it easier to interface
   with log analysis tools
 * write messages to arbitrarily named loggers, instead of just the one
   named after the namespace in which the log statement appears
 .
 It is built on clojure.tools.logging, but it only works with logback.