mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
parent
c0aee244e7
commit
c38dfdcd64
@ -352,9 +352,9 @@ pub fn init_logging(opentelemetry_url: &Option<Url>) -> Result<(), LemmyError> {
|
|||||||
|
|
||||||
let format_layer = {
|
let format_layer = {
|
||||||
#[cfg(feature = "json-log")]
|
#[cfg(feature = "json-log")]
|
||||||
let layer = tracing_subscriber::fmt::layer().json();
|
let layer = tracing_subscriber::fmt::layer().with_ansi(false).json();
|
||||||
#[cfg(not(feature = "json-log"))]
|
#[cfg(not(feature = "json-log"))]
|
||||||
let layer = tracing_subscriber::fmt::layer();
|
let layer = tracing_subscriber::fmt::layer().with_ansi(false);
|
||||||
|
|
||||||
layer.with_filter(targets.clone())
|
layer.with_filter(targets.clone())
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user