* [pbs-devel] [PATCH debcargo-conf 1/1] tracing-journald: package 0.3.1
@ 2025-04-09 13:54 Lukas Wagner
2025-04-09 13:54 ` [pbs-devel] [PATCH proxmox 1/1] log: set up custom priority mapping for tracing-journald Lukas Wagner
2025-04-09 14:22 ` [pbs-devel] applied: [PATCH debcargo-conf 1/1] tracing-journald: package 0.3.1 Fabian Grünbichler
0 siblings, 2 replies; 4+ messages in thread
From: Lukas Wagner @ 2025-04-09 13:54 UTC (permalink / raw)
To: pbs-devel
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
not sure if I did everything correctly here, d/changelog might need a
touchup when applying :)
src/tracing-journald/debian/changelog | 7 +++++
src/tracing-journald/debian/copyright | 4 +--
.../debian/copyright.debcargo.hint | 4 +--
.../debian/patches/ignore-failing-tests.patch | 29 +++++++++----------
4 files changed, 25 insertions(+), 19 deletions(-)
diff --git a/src/tracing-journald/debian/changelog b/src/tracing-journald/debian/changelog
index 6b5638664..99ce1e52c 100644
--- a/src/tracing-journald/debian/changelog
+++ b/src/tracing-journald/debian/changelog
@@ -1,3 +1,10 @@
+rust-tracing-journald (0.3.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+ * Team upload.
+ * Package tracing-journald 0.3.1 from crates.io using debcargo 2.7.8
+
+ -- Lukas Wagner <l.wagner@proxmox.com> Wed, 9 Apr 2025 13:51:20 +0200
+
rust-tracing-journald (0.3.0-1~bpo12+pve1) proxmox-rust; urgency=medium
* Rebuild for Debian Bookworm / Proxmox
diff --git a/src/tracing-journald/debian/copyright b/src/tracing-journald/debian/copyright
index 14512630e..b16c9ec08 100644
--- a/src/tracing-journald/debian/copyright
+++ b/src/tracing-journald/debian/copyright
@@ -15,8 +15,8 @@ License: MIT
Files: debian/*
Copyright:
- 2024 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2024 Fabian Grünbichler <f.gruenbichler@proxmox.com>
+ 2024-2025 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2024-2025 Fabian Grünbichler <f.gruenbichler@proxmox.com>
License: MIT
License: MIT
diff --git a/src/tracing-journald/debian/copyright.debcargo.hint b/src/tracing-journald/debian/copyright.debcargo.hint
index f027649bc..322b80afa 100644
--- a/src/tracing-journald/debian/copyright.debcargo.hint
+++ b/src/tracing-journald/debian/copyright.debcargo.hint
@@ -21,8 +21,8 @@ Comment:
Files: debian/*
Copyright:
- 2024 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2024 Fabian Grünbichler <f.gruenbichler@proxmox.com>
+ 2024-2025 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2024-2025 Fabian Grünbichler <f.gruenbichler@proxmox.com>
License: MIT
License: MIT
diff --git a/src/tracing-journald/debian/patches/ignore-failing-tests.patch b/src/tracing-journald/debian/patches/ignore-failing-tests.patch
index 7499864b0..fbd874fb0 100644
--- a/src/tracing-journald/debian/patches/ignore-failing-tests.patch
+++ b/src/tracing-journald/debian/patches/ignore-failing-tests.patch
@@ -1,9 +1,11 @@
Description: these require a working `journalctl --user` in the test environment..
index c2f30108..78493210 100644
---- a/tests/journal.rs
-+++ b/tests/journal.rs
-@@ -157,6 +157,7 @@ fn retry_read_one_line_from_journal(testname: &str) -> HashMap<String, Field> {
+Index: tracing-journald/tests/journal.rs
+===================================================================
+--- tracing-journald.orig/tests/journal.rs
++++ tracing-journald/tests/journal.rs
+@@ -166,6 +166,7 @@ fn retry_read_one_line_from_journal(test
.unwrap()
}
@@ -11,15 +13,15 @@ index c2f30108..78493210 100644
#[test]
fn simple_message() {
with_journald(|| {
-@@ -168,6 +169,7 @@ fn simple_message() {
- });
+@@ -212,6 +213,7 @@ fn custom_priorities() {
+ with_journald_layer(layer, test);
}
+#[ignore]
#[test]
fn multiline_message() {
with_journald(|| {
-@@ -179,6 +181,7 @@ fn multiline_message() {
+@@ -223,6 +225,7 @@ fn multiline_message() {
});
}
@@ -27,7 +29,7 @@ index c2f30108..78493210 100644
#[test]
fn multiline_message_trailing_newline() {
with_journald(|| {
-@@ -193,6 +196,7 @@ fn multiline_message_trailing_newline() {
+@@ -237,6 +240,7 @@ fn multiline_message_trailing_newline()
});
}
@@ -35,7 +37,7 @@ index c2f30108..78493210 100644
#[test]
fn internal_null_byte() {
with_journald(|| {
-@@ -204,6 +208,7 @@ fn internal_null_byte() {
+@@ -248,6 +252,7 @@ fn internal_null_byte() {
});
}
@@ -43,7 +45,7 @@ index c2f30108..78493210 100644
#[test]
fn large_message() {
let large_string = "b".repeat(512_000);
-@@ -219,6 +224,7 @@ fn large_message() {
+@@ -263,6 +268,7 @@ fn large_message() {
});
}
@@ -51,7 +53,7 @@ index c2f30108..78493210 100644
#[test]
fn simple_metadata() {
let sub = Layer::new()
-@@ -260,6 +266,7 @@ fn journal_fields() {
+@@ -304,6 +310,7 @@ fn journal_fields() {
});
}
@@ -59,7 +61,7 @@ index c2f30108..78493210 100644
#[test]
fn span_metadata() {
with_journald(|| {
-@@ -284,6 +291,7 @@ fn span_metadata() {
+@@ -328,6 +335,7 @@ fn span_metadata() {
});
}
@@ -67,7 +69,7 @@ index c2f30108..78493210 100644
#[test]
fn multiple_spans_metadata() {
with_journald(|| {
-@@ -310,6 +318,7 @@ fn multiple_spans_metadata() {
+@@ -354,6 +362,7 @@ fn multiple_spans_metadata() {
});
}
@@ -75,6 +77,3 @@ index c2f30108..78493210 100644
#[test]
fn spans_field_collision() {
with_journald(|| {
---
-2.39.2
-
--
2.39.5
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [pbs-devel] [PATCH proxmox 1/1] log: set up custom priority mapping for tracing-journald
2025-04-09 13:54 [pbs-devel] [PATCH debcargo-conf 1/1] tracing-journald: package 0.3.1 Lukas Wagner
@ 2025-04-09 13:54 ` Lukas Wagner
2025-04-09 14:47 ` [pbs-devel] applied: " Fabian Grünbichler
2025-04-09 14:22 ` [pbs-devel] applied: [PATCH debcargo-conf 1/1] tracing-journald: package 0.3.1 Fabian Grünbichler
1 sibling, 1 reply; 4+ messages in thread
From: Lukas Wagner @ 2025-04-09 13:54 UTC (permalink / raw)
To: pbs-devel
By default, the mapping between tracing/log error levels to
syslog priorities is as follows:
error! -> Error
warn! -> Warning
info! -> Notice
debug! -> Informational
trace! -> Debug
Before using tracing-journald, we used `syslog` to write log messages
to the journal. That one has the following mapping:
error! -> Error
warn! -> Warning
info! -> Informational
debug! -> Debug
trace! -> Debug
The changed mapping of info! log messages led to many messages being
written with the Notice priority, which are formatted bold when running
journalctl to view log messages.
This commit changes the mapping so that it is the same as with the
syslog crate.
Support for custom priority mappings was only introduced in
tracing-journald 0.3.1, so we have to bump the dependency
to that version.
Reported-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
Cargo.toml | 2 +-
proxmox-log/debian/control | 4 ++--
proxmox-log/src/lib.rs | 11 ++++++++++-
3 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index 268b39eb..bb7f6c07 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -111,7 +111,7 @@ tokio-openssl = "0.6.1"
tokio-stream = "0.1.0"
tower-service = "0.3.0"
tracing = "0.1"
-tracing-journald = "0.3.0"
+tracing-journald = "0.3.1"
tracing-log = { version = "0.2", default-features = false }
tracing-subscriber = "0.3.16"
url = "2.2"
diff --git a/proxmox-log/debian/control b/proxmox-log/debian/control
index 4ad3f0f7..7e27b922 100644
--- a/proxmox-log/debian/control
+++ b/proxmox-log/debian/control
@@ -13,7 +13,7 @@ Build-Depends-Arch: cargo:native <!nocheck>,
librust-tokio-1+default-dev (>= 1.6-~~) <!nocheck>,
librust-tokio-1+rt-multi-thread-dev (>= 1.6-~~) <!nocheck>,
librust-tracing-0.1+default-dev <!nocheck>,
- librust-tracing-journald-0.3+default-dev <!nocheck>,
+ librust-tracing-journald-0.3+default-dev (>= 0.3.1-~~) <!nocheck>,
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>
@@ -36,7 +36,7 @@ Depends:
librust-tokio-1+default-dev (>= 1.6-~~),
librust-tokio-1+rt-multi-thread-dev (>= 1.6-~~),
librust-tracing-0.1+default-dev,
- librust-tracing-journald-0.3+default-dev,
+ librust-tracing-journald-0.3+default-dev (>= 0.3.1-~~),
librust-tracing-log-0.2+std-dev,
librust-tracing-subscriber-0.3+default-dev (>= 0.3.16-~~)
Provides:
diff --git a/proxmox-log/src/lib.rs b/proxmox-log/src/lib.rs
index 7f041927..3a529cca 100644
--- a/proxmox-log/src/lib.rs
+++ b/proxmox-log/src/lib.rs
@@ -6,6 +6,7 @@ use std::future::Future;
use std::sync::{Arc, Mutex};
use tokio::task::futures::TaskLocalFuture;
+use tracing_journald::{Priority, PriorityMappings};
use tracing_subscriber::prelude::*;
mod file_logger;
@@ -115,7 +116,15 @@ where
S: for<'a> tracing_subscriber::registry::LookupSpan<'a>,
{
match tracing_journald::layer() {
- Ok(layer) => layer.boxed(),
+ Ok(layer) => layer
+ .with_priority_mappings(PriorityMappings {
+ error: Priority::Error,
+ warn: Priority::Warning,
+ info: Priority::Informational,
+ debug: Priority::Debug,
+ trace: Priority::Debug,
+ })
+ .boxed(),
Err(err) => {
eprintln!("Unable to open syslog: {err:?}");
plain_stderr_layer().boxed()
--
2.39.5
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [pbs-devel] applied: [PATCH debcargo-conf 1/1] tracing-journald: package 0.3.1
2025-04-09 13:54 [pbs-devel] [PATCH debcargo-conf 1/1] tracing-journald: package 0.3.1 Lukas Wagner
2025-04-09 13:54 ` [pbs-devel] [PATCH proxmox 1/1] log: set up custom priority mapping for tracing-journald Lukas Wagner
@ 2025-04-09 14:22 ` Fabian Grünbichler
1 sibling, 0 replies; 4+ messages in thread
From: Fabian Grünbichler @ 2025-04-09 14:22 UTC (permalink / raw)
To: Proxmox Backup Server development discussion
with a follow-up patch bumping the changelog :)
On April 9, 2025 3:54 pm, Lukas Wagner wrote:
> Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
> ---
>
> not sure if I did everything correctly here, d/changelog might need a
> touchup when applying :)
>
> src/tracing-journald/debian/changelog | 7 +++++
> src/tracing-journald/debian/copyright | 4 +--
> .../debian/copyright.debcargo.hint | 4 +--
> .../debian/patches/ignore-failing-tests.patch | 29 +++++++++----------
> 4 files changed, 25 insertions(+), 19 deletions(-)
>
> diff --git a/src/tracing-journald/debian/changelog b/src/tracing-journald/debian/changelog
> index 6b5638664..99ce1e52c 100644
> --- a/src/tracing-journald/debian/changelog
> +++ b/src/tracing-journald/debian/changelog
> @@ -1,3 +1,10 @@
> +rust-tracing-journald (0.3.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
> +
> + * Team upload.
> + * Package tracing-journald 0.3.1 from crates.io using debcargo 2.7.8
> +
> + -- Lukas Wagner <l.wagner@proxmox.com> Wed, 9 Apr 2025 13:51:20 +0200
> +
> rust-tracing-journald (0.3.0-1~bpo12+pve1) proxmox-rust; urgency=medium
>
> * Rebuild for Debian Bookworm / Proxmox
> diff --git a/src/tracing-journald/debian/copyright b/src/tracing-journald/debian/copyright
> index 14512630e..b16c9ec08 100644
> --- a/src/tracing-journald/debian/copyright
> +++ b/src/tracing-journald/debian/copyright
> @@ -15,8 +15,8 @@ License: MIT
>
> Files: debian/*
> Copyright:
> - 2024 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
> - 2024 Fabian Grünbichler <f.gruenbichler@proxmox.com>
> + 2024-2025 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
> + 2024-2025 Fabian Grünbichler <f.gruenbichler@proxmox.com>
> License: MIT
>
> License: MIT
> diff --git a/src/tracing-journald/debian/copyright.debcargo.hint b/src/tracing-journald/debian/copyright.debcargo.hint
> index f027649bc..322b80afa 100644
> --- a/src/tracing-journald/debian/copyright.debcargo.hint
> +++ b/src/tracing-journald/debian/copyright.debcargo.hint
> @@ -21,8 +21,8 @@ Comment:
>
> Files: debian/*
> Copyright:
> - 2024 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
> - 2024 Fabian Grünbichler <f.gruenbichler@proxmox.com>
> + 2024-2025 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
> + 2024-2025 Fabian Grünbichler <f.gruenbichler@proxmox.com>
> License: MIT
>
> License: MIT
> diff --git a/src/tracing-journald/debian/patches/ignore-failing-tests.patch b/src/tracing-journald/debian/patches/ignore-failing-tests.patch
> index 7499864b0..fbd874fb0 100644
> --- a/src/tracing-journald/debian/patches/ignore-failing-tests.patch
> +++ b/src/tracing-journald/debian/patches/ignore-failing-tests.patch
> @@ -1,9 +1,11 @@
> Description: these require a working `journalctl --user` in the test environment..
>
> index c2f30108..78493210 100644
> ---- a/tests/journal.rs
> -+++ b/tests/journal.rs
> -@@ -157,6 +157,7 @@ fn retry_read_one_line_from_journal(testname: &str) -> HashMap<String, Field> {
> +Index: tracing-journald/tests/journal.rs
> +===================================================================
> +--- tracing-journald.orig/tests/journal.rs
> ++++ tracing-journald/tests/journal.rs
> +@@ -166,6 +166,7 @@ fn retry_read_one_line_from_journal(test
> .unwrap()
> }
>
> @@ -11,15 +13,15 @@ index c2f30108..78493210 100644
> #[test]
> fn simple_message() {
> with_journald(|| {
> -@@ -168,6 +169,7 @@ fn simple_message() {
> - });
> +@@ -212,6 +213,7 @@ fn custom_priorities() {
> + with_journald_layer(layer, test);
> }
>
> +#[ignore]
> #[test]
> fn multiline_message() {
> with_journald(|| {
> -@@ -179,6 +181,7 @@ fn multiline_message() {
> +@@ -223,6 +225,7 @@ fn multiline_message() {
> });
> }
>
> @@ -27,7 +29,7 @@ index c2f30108..78493210 100644
> #[test]
> fn multiline_message_trailing_newline() {
> with_journald(|| {
> -@@ -193,6 +196,7 @@ fn multiline_message_trailing_newline() {
> +@@ -237,6 +240,7 @@ fn multiline_message_trailing_newline()
> });
> }
>
> @@ -35,7 +37,7 @@ index c2f30108..78493210 100644
> #[test]
> fn internal_null_byte() {
> with_journald(|| {
> -@@ -204,6 +208,7 @@ fn internal_null_byte() {
> +@@ -248,6 +252,7 @@ fn internal_null_byte() {
> });
> }
>
> @@ -43,7 +45,7 @@ index c2f30108..78493210 100644
> #[test]
> fn large_message() {
> let large_string = "b".repeat(512_000);
> -@@ -219,6 +224,7 @@ fn large_message() {
> +@@ -263,6 +268,7 @@ fn large_message() {
> });
> }
>
> @@ -51,7 +53,7 @@ index c2f30108..78493210 100644
> #[test]
> fn simple_metadata() {
> let sub = Layer::new()
> -@@ -260,6 +266,7 @@ fn journal_fields() {
> +@@ -304,6 +310,7 @@ fn journal_fields() {
> });
> }
>
> @@ -59,7 +61,7 @@ index c2f30108..78493210 100644
> #[test]
> fn span_metadata() {
> with_journald(|| {
> -@@ -284,6 +291,7 @@ fn span_metadata() {
> +@@ -328,6 +335,7 @@ fn span_metadata() {
> });
> }
>
> @@ -67,7 +69,7 @@ index c2f30108..78493210 100644
> #[test]
> fn multiple_spans_metadata() {
> with_journald(|| {
> -@@ -310,6 +318,7 @@ fn multiple_spans_metadata() {
> +@@ -354,6 +362,7 @@ fn multiple_spans_metadata() {
> });
> }
>
> @@ -75,6 +77,3 @@ index c2f30108..78493210 100644
> #[test]
> fn spans_field_collision() {
> with_journald(|| {
> ---
> -2.39.2
> -
> --
> 2.39.5
>
>
>
> _______________________________________________
> pbs-devel mailing list
> pbs-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
>
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [pbs-devel] applied: [PATCH proxmox 1/1] log: set up custom priority mapping for tracing-journald
2025-04-09 13:54 ` [pbs-devel] [PATCH proxmox 1/1] log: set up custom priority mapping for tracing-journald Lukas Wagner
@ 2025-04-09 14:47 ` Fabian Grünbichler
0 siblings, 0 replies; 4+ messages in thread
From: Fabian Grünbichler @ 2025-04-09 14:47 UTC (permalink / raw)
To: Proxmox Backup Server development discussion
this one as well, thanks!
On April 9, 2025 3:54 pm, Lukas Wagner wrote:
> By default, the mapping between tracing/log error levels to
> syslog priorities is as follows:
> error! -> Error
> warn! -> Warning
> info! -> Notice
> debug! -> Informational
> trace! -> Debug
>
> Before using tracing-journald, we used `syslog` to write log messages
> to the journal. That one has the following mapping:
>
> error! -> Error
> warn! -> Warning
> info! -> Informational
> debug! -> Debug
> trace! -> Debug
>
> The changed mapping of info! log messages led to many messages being
> written with the Notice priority, which are formatted bold when running
> journalctl to view log messages.
>
> This commit changes the mapping so that it is the same as with the
> syslog crate.
>
> Support for custom priority mappings was only introduced in
> tracing-journald 0.3.1, so we have to bump the dependency
> to that version.
>
> Reported-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
> Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
> ---
> Cargo.toml | 2 +-
> proxmox-log/debian/control | 4 ++--
> proxmox-log/src/lib.rs | 11 ++++++++++-
> 3 files changed, 13 insertions(+), 4 deletions(-)
>
> diff --git a/Cargo.toml b/Cargo.toml
> index 268b39eb..bb7f6c07 100644
> --- a/Cargo.toml
> +++ b/Cargo.toml
> @@ -111,7 +111,7 @@ tokio-openssl = "0.6.1"
> tokio-stream = "0.1.0"
> tower-service = "0.3.0"
> tracing = "0.1"
> -tracing-journald = "0.3.0"
> +tracing-journald = "0.3.1"
> tracing-log = { version = "0.2", default-features = false }
> tracing-subscriber = "0.3.16"
> url = "2.2"
> diff --git a/proxmox-log/debian/control b/proxmox-log/debian/control
> index 4ad3f0f7..7e27b922 100644
> --- a/proxmox-log/debian/control
> +++ b/proxmox-log/debian/control
> @@ -13,7 +13,7 @@ Build-Depends-Arch: cargo:native <!nocheck>,
> librust-tokio-1+default-dev (>= 1.6-~~) <!nocheck>,
> librust-tokio-1+rt-multi-thread-dev (>= 1.6-~~) <!nocheck>,
> librust-tracing-0.1+default-dev <!nocheck>,
> - librust-tracing-journald-0.3+default-dev <!nocheck>,
> + librust-tracing-journald-0.3+default-dev (>= 0.3.1-~~) <!nocheck>,
> 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>
> @@ -36,7 +36,7 @@ Depends:
> librust-tokio-1+default-dev (>= 1.6-~~),
> librust-tokio-1+rt-multi-thread-dev (>= 1.6-~~),
> librust-tracing-0.1+default-dev,
> - librust-tracing-journald-0.3+default-dev,
> + librust-tracing-journald-0.3+default-dev (>= 0.3.1-~~),
> librust-tracing-log-0.2+std-dev,
> librust-tracing-subscriber-0.3+default-dev (>= 0.3.16-~~)
> Provides:
> diff --git a/proxmox-log/src/lib.rs b/proxmox-log/src/lib.rs
> index 7f041927..3a529cca 100644
> --- a/proxmox-log/src/lib.rs
> +++ b/proxmox-log/src/lib.rs
> @@ -6,6 +6,7 @@ use std::future::Future;
> use std::sync::{Arc, Mutex};
>
> use tokio::task::futures::TaskLocalFuture;
> +use tracing_journald::{Priority, PriorityMappings};
> use tracing_subscriber::prelude::*;
>
> mod file_logger;
> @@ -115,7 +116,15 @@ where
> S: for<'a> tracing_subscriber::registry::LookupSpan<'a>,
> {
> match tracing_journald::layer() {
> - Ok(layer) => layer.boxed(),
> + Ok(layer) => layer
> + .with_priority_mappings(PriorityMappings {
> + error: Priority::Error,
> + warn: Priority::Warning,
> + info: Priority::Informational,
> + debug: Priority::Debug,
> + trace: Priority::Debug,
> + })
> + .boxed(),
> Err(err) => {
> eprintln!("Unable to open syslog: {err:?}");
> plain_stderr_layer().boxed()
> --
> 2.39.5
>
>
>
> _______________________________________________
> pbs-devel mailing list
> pbs-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
>
>
>
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-04-09 14:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-09 13:54 [pbs-devel] [PATCH debcargo-conf 1/1] tracing-journald: package 0.3.1 Lukas Wagner
2025-04-09 13:54 ` [pbs-devel] [PATCH proxmox 1/1] log: set up custom priority mapping for tracing-journald Lukas Wagner
2025-04-09 14:47 ` [pbs-devel] applied: " Fabian Grünbichler
2025-04-09 14:22 ` [pbs-devel] applied: [PATCH debcargo-conf 1/1] tracing-journald: package 0.3.1 Fabian Grünbichler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal