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 <thozza@redhat.com>
This commit is contained in:
Tomas Hozza 2021-11-24 14:33:31 +01:00 committed by Ondřej Budai
parent 8420f34b7a
commit 47b1b5b93b
2 changed files with 0 additions and 11 deletions

View file

@ -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.

View file

@ -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`.