From 353cd3c5dfd6cd0d12004cc214677880fcb774e4 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 22 Jun 2020 16:39:41 +0200 Subject: [PATCH] Add changelog item --- changelog/unreleased/simplify-tracing.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/simplify-tracing.md diff --git a/changelog/unreleased/simplify-tracing.md b/changelog/unreleased/simplify-tracing.md new file mode 100644 index 000000000..eb8be2478 --- /dev/null +++ b/changelog/unreleased/simplify-tracing.md @@ -0,0 +1,7 @@ +Enhancement: Simplify tracing config + +We now apply the oCIS tracing config to all services which have tracing. With this it is possible +to set one tracing config for all services at the same time. + +https://github.com/owncloud/product/issues/92 +https://github.com/owncloud/ocis/pull/329