Core: system: log file display hiccup in 19.1.8

Created on 20 May 2019  路  4Comments  路  Source: opnsense/core

With opnsense update 19.1.8 the haproxy logs are shown broken. Date and Message should be shown separetely/splitted into two columns. Instead, both columns show whole message including date.

how it looks like:

Date                                                      | Message
--                                                        | --
May 20 16:16:22 fw02 haproxy[10576]: Proxy Admin started. | 20 16:16:22 fw02 haproxy[10576]: Proxy Admin started.

how it should look alike:

Date            | Message
--              | --
May 20 16:16:22 | fw02 haproxy[10576]: Proxy Admin started.

Till 19.1.7 display was correct,

bug

Most helpful comment

@Kimotu it looks like we missed some lines, can you try https://github.com/opnsense/core/commit/95b4ae224a3025a419efcd270905e58e9cf3bb51 ?

opnsense-patch 95b4ae2

All 4 comments

@Kimotu it looks like we missed some lines, can you try https://github.com/opnsense/core/commit/95b4ae224a3025a419efcd270905e58e9cf3bb51 ?

opnsense-patch 95b4ae2

Same error with all logs. Patch fixes view.

Patch worked. :-) Confirmed with haproxy.log and suricatalog on two firewalls.

Small review fail in the patch, no functional issue... will mop this up in 19.1.9... sorry for the trouble.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

darkain picture darkain  路  4Comments

StrikerTwo picture StrikerTwo  路  8Comments

tkald picture tkald  路  5Comments

TransLunarInjection picture TransLunarInjection  路  7Comments

sooslaca picture sooslaca  路  5Comments