From 47b1b5b93ba3d0c368b39d6dda09ee40a5aea730 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Wed, 24 Nov 2021 14:33:31 +0100 Subject: [PATCH] Doc: remove unused doc/news directory The doc/news directory has been re-added by some recent PRs, but it is not used any more since [1]. Clean up the repository of the unused files. [1] https://github.com/osbuild/osbuild-composer/pull/1933 Signed-off-by: Tomas Hozza --- docs/news/unreleased/centos-8-update.md | 7 ------- docs/news/unreleased/log-options.md | 4 ---- 2 files changed, 11 deletions(-) delete mode 100644 docs/news/unreleased/centos-8-update.md delete mode 100644 docs/news/unreleased/log-options.md diff --git a/docs/news/unreleased/centos-8-update.md b/docs/news/unreleased/centos-8-update.md deleted file mode 100644 index dc73b388b..000000000 --- a/docs/news/unreleased/centos-8-update.md +++ /dev/null @@ -1,7 +0,0 @@ -# Update image definitions for CentOS Stream 8 - -Image definitions for the CentOS Stream 8 distribution have been -updated. CentOS Stream 8 (internally `centos-8`) is now an alias to the current -RHEL 8.6 distribution, with appropriate modifications. - -All Edge image types are now supported in CentOS Stream 8. diff --git a/docs/news/unreleased/log-options.md b/docs/news/unreleased/log-options.md deleted file mode 100644 index d5db0b445..000000000 --- a/docs/news/unreleased/log-options.md +++ /dev/null @@ -1,4 +0,0 @@ -# Configurable logging - -* Logging is now configurable via the config file, `log_level` can be set to one of `trace`, `debug`, `info`, `warn`, `error` or `fatal`. -* JSON Logging is supported and configurable via the config file/env, `log_format` can be set to `text` or `json`.