Comments - why the filebase option is not working on /etc/maxscale.cnf

 
6 years, 7 months ago Markus Mäkelä

By default, the file is only created after a client has connected into MaxScale. When the client closes the connection, the file will be closed. Each session will have a unique file name where the value of the filebase is appended with the session ID.

In 2.1, you can use the log_type=unified parameter to log all sessions into one file. This should immediately create the file in the specified directory.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.