From 192fa11d599f3d451c82200464ea5625d226ebe2 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Wed, 17 Mar 2021 16:57:44 +0100 Subject: [PATCH] add changelog --- changelog/unreleased/logging-to-file.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/logging-to-file.md diff --git a/changelog/unreleased/logging-to-file.md b/changelog/unreleased/logging-to-file.md new file mode 100644 index 000000000..c7d4a38ec --- /dev/null +++ b/changelog/unreleased/logging-to-file.md @@ -0,0 +1,9 @@ +Enhancement: File Logging + +When running supervised, support for configuring all logs to a single log file: +`OCIS_LOG_FILE=/Users/foo/bar/ocis.log MICRO_REGISTRY=etcd bin/ocis server` + +Supports directing log from single extensions to a log file: +`PROXY_LOG_FILE=/Users/foo/bar/proxy.log MICRO_REGISTRY=etcd bin/ocis proxy` + +https://github.com/owncloud/ocis/pull/1816