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 = [