Bug #86393 System logs feature in workbench displays information in incorrect columns.
Submitted: 21 May 2017 4:57 Modified: 22 May 2017 17:08
Reporter: Christopher Ripley Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Workbench Severity:S5 (Performance)
Version:6.3.9 OS:Windows (Microsoft Windows 10 Pro)
Assigned to: CPU Architecture:Any
Tags: server logs, WBBugReporter, workbench

[21 May 2017 4:57] Christopher Ripley
Description:
Workbench displays the fields in system logs / error log in incorrect place if you choose a system time for log_timestamps

All information, timestamp thread, type  are shown in details

How to repeat:
Step 1)
Set your mysql server to use system time (I am in the eastern time zone)
IE:
mysql> SET GLOBAL  log_timestamps  = 'system';

Step 2)
Do something that will cause a note to appear in the error log (sign in with bad password)

Step 3)
In workbench click system log and click refresh

All information is shown in details.
[21 May 2017 4:59] Christopher Ripley
Screenshot

Attachment: workbench.png (image/png, text), 57.56 KiB.

[22 May 2017 17:08] MySQL Verification Team
Thank you for the bug report.