From a3e48da3a3a26f34d95ee322c794b88eeb11f9e2 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 16 Jul 2022 22:46:04 +0200 Subject: [PATCH] Add changelog for DEBUG_LOG available in release builds --- changelog/unreleased/issue-1842 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/issue-1842 diff --git a/changelog/unreleased/issue-1842 b/changelog/unreleased/issue-1842 new file mode 100644 index 000000000..7c2c32098 --- /dev/null +++ b/changelog/unreleased/issue-1842 @@ -0,0 +1,8 @@ +Change: Support debug log creation in release builds + +Creating a debug log was only possible in debug builds which required users to +manually build restic. We changed the release builds to allow creating debug +logs by setting the environment variable `DEBUG_LOG=logname.log`. + +https://github.com/restic/restic/issues/1842 +https://github.com/restic/restic/pull/3826