mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
9 lines
372 B
Plaintext
9 lines
372 B
Plaintext
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 simply setting the environment variable `DEBUG_LOG=logname.log`.
|
|
|
|
https://github.com/restic/restic/issues/1842
|
|
https://github.com/restic/restic/pull/3826
|