From f1ccfabd25dcbf3c562bb30efe814fab338b82e8 Mon Sep 17 00:00:00 2001 From: Ronnie Geraghty Date: Thu, 4 Dec 2025 10:53:01 -0800 Subject: [PATCH] Fixing table in the README (#6852) --- sdk/core/azure-core/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sdk/core/azure-core/README.md b/sdk/core/azure-core/README.md index 3e2a67f59..57c60fa47 100644 --- a/sdk/core/azure-core/README.md +++ b/sdk/core/azure-core/README.md @@ -79,12 +79,12 @@ Three main ways of troubleshooting failures are: ### SDK Log Messages The simplest way to enable logs is to set `AZURE_LOG_LEVEL` environment variable to one of the values: -|`AZURE_LOG_LEVEL`|`Azure::Core::Diagnostics::Logger::Level`|Log message level -|-|-|- -|`4`, or `error`, or `err`|`Error`|Logging level for failures that the application is unlikely to recover from. -|`3`, or `warning`, or `warn`|`Warning`|Logging level when a function fails to perform its intended task. -|`2`, or `informational`, or `information`, or `info`|`Informational`|Logging level when a function operates normally. -|`1`, or `verbose`, or `debug`|`Verbose`|Logging level for detailed troubleshooting scenarios. +|`AZURE_LOG_LEVEL`|`Azure::Core::Diagnostics::Logger::Level`|Log message level| +|-|-|-| +|`4`, or `error`, or `err`|`Error`|Logging level for failures that the application is unlikely to recover from.| +|`3`, or `warning`, or `warn`|`Warning`|Logging level when a function fails to perform its intended task.| +|`2`, or `informational`, or `information`, or `info`|`Informational`|Logging level when a function operates normally.| +|`1`, or `verbose`, or `debug`|`Verbose`|Logging level for detailed troubleshooting scenarios.| Then, log messages will be printed to console (`stderr`). Note that `stderr` messages can be redirected into a log file like this: