From 3572fd58cfadb734c89b5506697bd4a4e3a3a94c Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 22 Aug 2024 09:19:05 -0700 Subject: [PATCH] docs: add cl for #23850 --- .changelog/23850.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/23850.txt diff --git a/.changelog/23850.txt b/.changelog/23850.txt new file mode 100644 index 000000000..73ae31e0a --- /dev/null +++ b/.changelog/23850.txt @@ -0,0 +1,3 @@ +```release-note:improvement +cli: Increase default log level and duration when capturing logs with `operator debug` +```