From 5e8aa627c34fb2076b87ad843a590a163e569d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 1 Apr 2022 11:08:52 +0000 Subject: [PATCH 1/2] fix File Option docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- ocis-pkg/log/option.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocis-pkg/log/option.go b/ocis-pkg/log/option.go index 756ad16dab..b071193b8c 100644 --- a/ocis-pkg/log/option.go +++ b/ocis-pkg/log/option.go @@ -56,7 +56,7 @@ func Color(val bool) Option { } } -// File provides a function to set the color option. +// File provides a function to set the file option. func File(val string) Option { return func(o *Options) { o.File = val From 7371e8f8181f8d83555ae8f8e69d2495fc395c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 1 Apr 2022 11:38:57 +0000 Subject: [PATCH 2/2] add changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- changelog/unreleased/fix-docs.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/fix-docs.md diff --git a/changelog/unreleased/fix-docs.md b/changelog/unreleased/fix-docs.md new file mode 100644 index 0000000000..350ab2b2ef --- /dev/null +++ b/changelog/unreleased/fix-docs.md @@ -0,0 +1,5 @@ +Bugfix: corrected documentation + +- ocis-pkg log File Option + +https://github.com/owncloud/ocis/pull/3439 \ No newline at end of file