[MCOL-370] enableLog / disableLog don't work Created: 2016-10-20 Updated: 2023-10-26 Resolved: 2016-11-22 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.0.3 |
| Fix Version/s: | 1.0.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Thompson (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | relnote | ||
| Sprint: | 2016-21, 2016-22, 2016-23 |
| Description |
|
the default syslog for column store is:
I try to disable debug log:
failed ,no change to the columnstore.conf file Enable goes ok:
But file update seems wrong:
disablelog now works removing the last line:
However none of this achieved what i want. Looking at processmonitor.cpp, i can see that updateLog is looking for lines starting local2 not local1 which might be the cause of the problem. A workaround is of course to just edit the log file directly. |
| Comments |
| Comment by David Thompson (Inactive) [ 2016-10-20 ] |
|
in addition debug, info, and warning seem to log a fair bit and also duplicate entries between them so we should fix that and also maybe consider disabling debug at a minimum. |
| Comment by David Hill (Inactive) [ 2016-10-31 ] |
|
please review, engine repo mcol-370.. |
| Comment by Ben Thompson (Inactive) [ 2016-11-02 ] |
|
Reviewed. |
| Comment by Daniel Lee (Inactive) [ 2016-11-22 ] |
|
What was implemented for this ticket? |
| Comment by Daniel Lee (Inactive) [ 2016-11-22 ] |
|
Build tested: 1.0.5-1 mcsadmin> getsoft Name : mariadb-columnstore-platform Enabling and disabling types of log files are not working. Duplicated entries in multiple logs files have been an issue for a long time. We need better and precise messages in log files. Closing this ticket for fixing the api issue for now. |