From 9988379f6b15ead0d780995eccbaa05999278f04 Mon Sep 17 00:00:00 2001 From: Ruoqing He Date: Mon, 27 Jan 2025 20:44:25 +0800 Subject: [PATCH] docs: Fix link to docs/logging.md Previous link `docs/logging` is not valid, replacing `docs/logging` with `docs/logging.md`. Format `logging.md` using `mdformat` with GitHub Flavored Markdown (GFM). Signed-off-by: Ruoqing He --- docs/logging.md | 7 +++---- release-notes.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/logging.md b/docs/logging.md index f51855883..ae9a5e860 100644 --- a/docs/logging.md +++ b/docs/logging.md @@ -2,8 +2,8 @@ The target audience of this document is both: -* Developers who want to understand what log level to use and when, -* Users who want to debug issues with running their workloads in Cloud Hypervisor +- Developers who want to understand what log level to use and when, +- Users who want to debug issues with running their workloads in Cloud Hypervisor ## Control @@ -29,7 +29,6 @@ A typical example of where this level of message should be generated is during a The user should investigate the meaning of this warning and take steps to ensure the correct functionality. - ### `info!()` Use `-v` to enable. @@ -40,4 +39,4 @@ This level is for the benefit of developers. It should be used for sporadic and Use `-vv` to enable. -For the most verbose of logging messages. It is acceptable to "spam" the log with repeated invocations of the same message. This level of logging would be combined with `--log-file`. \ No newline at end of file +For the most verbose of logging messages. It is acceptable to "spam" the log with repeated invocations of the same message. This level of logging would be combined with `--log-file`. diff --git a/release-notes.md b/release-notes.md index 98c3c2e9a..83c0c502d 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2533,7 +2533,7 @@ resources. The default logging level was changed to include warnings which should make it easier to see potential issues. New [logging -documentation](docs/logging) was also added. +documentation](docs/logging.md) was also added. ### New `--balloon` Parameter Added