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