diff --git a/doc/articles/Uno-UI-Performance.md b/doc/articles/Uno-UI-Performance.md index cca2cad3db3a..c4c855387690 100644 --- a/doc/articles/Uno-UI-Performance.md +++ b/doc/articles/Uno-UI-Performance.md @@ -48,6 +48,7 @@ Here's what to look for: ```csharp builder.AddFilter("Windows.UI.Xaml.Media.Animation", LogLevel.Debug); + builder.AddFilter("Microsoft.UI.Xaml.Media.Animation", LogLevel.Debug); ``` The logger will provide all the changes done to animated properties, with element names.