When I search for logs in graylog and display the log level I only see the number of the level. I'd like to be able to see the corresponding string (Alert[1] or Error[7]) like it is displayed in the images of these two links:
I am logging through logback with the message pattern:
<pattern>%relative%thread%mdc%level%logger%msg</pattern>