显示灰度日志级别字符串

display graylog level string

当我在graylog 中搜索日志并显示日志级别时,我只看到级别数。我希望能够看到相应的字符串(Alert[1] 或 Error[7]),就像在这两个链接的图像中显示的那样:

我正在使用消息模式通过 logback 进行登录:

<pattern>%relative%thread%mdc%level%logger%msg</pattern>

这是 Graylog 1.1 或更新版本中的一个已知问题。从问题 (https://github.com/Graylog2/graylog2-web-interface/issues/1630):

In the search result view and message detail view the special field 'level' get rendered with the numeric value from message.fields and not message.formatted_fields.

e.g. instead of Error [3] only 3 will be rendered.