From 0f824792b95020967924519ad82d7ff998519f93 Mon Sep 17 00:00:00 2001 From: timedout Date: Mon, 4 May 2026 21:27:34 +0100 Subject: [PATCH] feat: Enable debug logs in release builds --- src/main/Cargo.toml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/src/main/Cargo.toml b/src/main/Cargo.toml index 3a98c9eb5..2b4ae0acf 100644 --- a/src/main/Cargo.toml +++ b/src/main/Cargo.toml @@ -42,26 +42,27 @@ assets = [ [features] default = [ "standard", - "release_max_log_level", + #"release_max_log_level", "ring", - "bindgen-runtime", # replace with bindgen-static on alpine + "bindgen-runtime", # replace with bindgen-static on alpine ] standard = [ "blurhashing", - "brotli_compression", - "element_hacks", - "gzip_compression", - "io_uring", - "jemalloc", - "jemalloc_conf", - "journald", - "media_thumbnail", - "systemd", - "url_preview", - "zstd_compression", + "brotli_compression", + "element_hacks", + "gzip_compression", + "io_uring", + "jemalloc", + "jemalloc_conf", + "journald", + "media_thumbnail", + "systemd", + "url_preview", + "zstd_compression", "sentry_telemetry", "otlp_telemetry", - "console", + "console", + "direct_tls", ] full = [ "standard",