Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.5.9
-
None
-
MXS-SPRINT-130
Description
When maxlog is disabled, there's always a small amount of text logged on startup. This happens because some parts of MaxScale are initialized before the variable is read from either the command line or from the configuration file.
Here's an example of what is logged on startup when maxlog is disabled.
MariaDB MaxScale /home/markusjm/build-develop/log/maxscale/maxscale.log Mon Mar 29 19:44:40 2021
|
----------------------------------------------------------------------------------------------------
|
2021-03-29 19:44:40 notice : The collection of SQLite memory allocation statistics turned off.
|
2021-03-29 19:44:40 notice : Threading mode of SQLite set to Multi-thread.
|
2021-03-29 19:44:40 notice : Worker message queue size: 1MiB
|
2021-03-29 19:44:40 notice : The logging of informational messages has been enabled.
|
2021-03-29 19:44:40 notice : Using up to 4.66GiB of memory for query classifier cache
|
2021-03-29 19:44:40 notice : syslog logging is enabled.
|
Attachments
Issue Links
- relates to
-
MXS-3448 Unable to disable maxlog
- Closed