I have have setup a parameter of type dropdown to be able to select the log level like this:
Then I try to use it in my query like this:
But I have the following error because he is not able to cast it as int apparently.
After that they are probably some easier option to filter on severtityLevel.
Regards,