Comments - why the filebase option is not working on /etc/maxscale.cnf
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.
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
filebaseis appended with the session ID.In 2.1, you can use the
log_type=unifiedparameter to log all sessions into one file. This should immediately create the file in the specified directory.