Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

system: log file display hiccup in 19.1.8 #3493

Closed
Kimotu opened this issue May 20, 2019 · 4 comments
Closed

system: log file display hiccup in 19.1.8 #3493

Kimotu opened this issue May 20, 2019 · 4 comments
Assignees
Labels
bug Production bug
Milestone

Comments

@Kimotu
Copy link

Kimotu commented May 20, 2019

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,

@AdSchellevis AdSchellevis transferred this issue from opnsense/plugins May 20, 2019
@AdSchellevis
Copy link
Member

@Kimotu it looks like we missed some lines, can you try 95b4ae2 ?

opnsense-patch 95b4ae2

@AdSchellevis AdSchellevis self-assigned this May 20, 2019
@AdSchellevis AdSchellevis added the bug Production bug label May 20, 2019
@abplfab
Copy link

abplfab commented May 21, 2019

Same error with all logs. Patch fixes view.

@Kimotu
Copy link
Author

Kimotu commented May 21, 2019

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

@fichtner fichtner added this to the 19.7 milestone May 21, 2019
@fichtner
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Production bug
Development

No branches or pull requests

4 participants