diff --git a/AdvLoggerPkg/Docs/ReadMe.md b/AdvLoggerPkg/Docs/ReadMe.md index d7a91fb1e5..8360af8bb2 100644 --- a/AdvLoggerPkg/Docs/ReadMe.md +++ b/AdvLoggerPkg/Docs/ReadMe.md @@ -248,9 +248,10 @@ The v3 data header supports a new field of hardware debugging level to support s during boot time. All debug prints will be filtered by multiple build time flags, such as `PcdDebugPrintErrorLevel`, `MDEPKG_NDEBUG`, etc. -These prints that passes such filters will be logged to memory, and then fed to the hardware port library to be checked +Prints that pass such filters will be logged to memory, and then fed to the hardware port library to be checked against the hardware print level. A full data flow chart is shown below: + ![Debug Logging Level Filters](debug_log_level.png) The default value will be initialized to the value of `PcdAdvancedLoggerHdwPortDebugPrintErrorLevel` in the PEI core,