diff --git a/changelog/unreleased/pass-initialized-loggers.md b/changelog/unreleased/pass-initialized-loggers.md new file mode 100644 index 0000000000..b8dc8ec936 --- /dev/null +++ b/changelog/unreleased/pass-initialized-loggers.md @@ -0,0 +1,5 @@ +Enhancement: Pass the initialized logger down the stack + +We now make the initialized logger available to grpc services and storage drivers, which allows for easier and more uniform logging. + +https://github.com/cs3org/reva/pull/4951