From 21324b748f0ed0e6f20ba8885f7c8a433b218d6e Mon Sep 17 00:00:00 2001 From: Ginger Date: Wed, 31 Dec 2025 00:03:41 -0500 Subject: [PATCH] feat: Enable console feature by default --- changelog.d/+6de5f7b2.misc.md | 1 + src/main/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 changelog.d/+6de5f7b2.misc.md diff --git a/changelog.d/+6de5f7b2.misc.md b/changelog.d/+6de5f7b2.misc.md new file mode 100644 index 00000000..35f98e0a --- /dev/null +++ b/changelog.d/+6de5f7b2.misc.md @@ -0,0 +1 @@ +The `console` feature is now enabled by default, allowing the server console to be used for running admin commands directly. diff --git a/src/main/Cargo.toml b/src/main/Cargo.toml index 56946299..49e110ea 100644 --- a/src/main/Cargo.toml +++ b/src/main/Cargo.toml @@ -64,15 +64,15 @@ standard = [ "url_preview", "zstd_compression", "sentry_telemetry", - "otlp_telemetry" + "otlp_telemetry", + "console", ] full = [ "standard", # "hardened_malloc", # Conflicts with jemalloc "jemalloc_prof", "perf_measurements", - "tokio_console" - # sentry_telemetry + "tokio_console", ] blurhashing = [