log: bump version to 0.2.6
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1e7c0fc3ac
commit
c01318d966
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-log"
|
||||
description = "Logging infrastructure for proxmox"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -1,3 +1,10 @@
|
||||
rust-proxmox-log (0.2.6-1) bookworm; urgency=medium
|
||||
|
||||
* log: only print error level to syslog/stderr to avoid that, e.g., the
|
||||
whole worker task logs are mirrored to the journal.
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 19 Nov 2024 11:32:00 +0100
|
||||
|
||||
rust-proxmox-log (0.2.5-1) bookworm; urgency=medium
|
||||
|
||||
* init_logger: fall back to printing to stderr when syslog is unavailable
|
||||
|
@ -1,10 +1,10 @@
|
||||
Source: rust-proxmox-log
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 12),
|
||||
dh-cargo (>= 25),
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
dh-sequence-cargo,
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
rustc:native (>= 1.80) <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
|
||||
@ -17,9 +17,10 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-tracing-log-0.2+std-dev <!nocheck>,
|
||||
librust-tracing-subscriber-0.3+default-dev (>= 0.3.16-~~) <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.6.2
|
||||
Standards-Version: 4.7.0
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||
Homepage: https://proxmox.com
|
||||
X-Cargo-Crate: proxmox-log
|
||||
Rules-Requires-Root: no
|
||||
|
||||
@ -44,7 +45,7 @@ Provides:
|
||||
librust-proxmox-log-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-log-0.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-log-0.2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-log-0.2.5-dev (= ${binary:Version}),
|
||||
librust-proxmox-log-0.2.5+default-dev (= ${binary:Version})
|
||||
librust-proxmox-log-0.2.6-dev (= ${binary:Version}),
|
||||
librust-proxmox-log-0.2.6+default-dev (= ${binary:Version})
|
||||
Description: Logging infrastructure for proxmox - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-log"
|
||||
|
Loading…
Reference in New Issue
Block a user