How to output Trace messages to the Studio config

In the default Studio log file “AppData\Local\UiPath\Studio<date>_Studio.log” there are messages of “Info” level and higher. I want to output “Trace” messages as well.

I went to “AppData\Local\UiPath\app-19.1.0” and opened the “UiPath.Studio.exe.config”, found the “rules” tag and change the “minlevel” to “Trace”. But it still doesn’t work. What am I doing wrong?

Well the problem was that I ran a shortcut of a different UiPath Version.
But now it outputs messages with [DEBUG] code. Is it possible to output to the studio logs only from the ‘Log Message’ activity?