Files
MaxScale/server/core/test
Johan Wikman 4c1b7f761c MXS-421 Add maxscale::event concept
MaxScale now defines events for which the syslog
facility and level can explicitly be defined by the
administrator. Currently there is only one such
event, namelt AUTHENTICATION_FAILURE.

In a subsequent commit, config.cc will be modified so
that event-related configuration parameters are passed
to event::configure() and in another subsequent commit
the authenticators will be modifed to use this mechanism.

In practice a line like:

   MXS_WARNING("%s: login attempt for user '%s'@[%s]:%s, "
               "authentication failed.",
               dcb->service->name, client_data->user,
               dcb->remote, dcb->path);

will be changed to

    MXS_LOG_EVENT(event::AUTHENTICATION_FAILURE,
                  "%s: login attempt for user '%s'@[%s]:%s, "
                  "authentication failed.",
                  dcb->service->name, client_data->user,
                  dcb->remote, dcb->path);
2018-06-18 11:32:50 +03:00
..
2018-06-13 10:07:37 +03:00
2014-08-20 11:07:28 +01:00
2018-01-22 15:29:21 +02:00
2017-11-22 18:40:18 +02:00
2017-11-10 14:45:54 +02:00
2017-11-10 14:45:54 +02:00
2017-11-10 14:45:54 +02:00
2017-11-10 14:45:54 +02:00
2018-04-27 10:48:56 +03:00
2018-01-05 09:58:10 +02:00
2017-11-10 14:45:54 +02:00
2017-11-10 14:45:54 +02:00
2017-11-10 14:45:54 +02:00
2017-11-10 14:45:54 +02:00
2018-06-07 14:39:16 +03:00
2017-11-22 18:40:18 +02:00
2018-01-24 11:20:11 +02:00
2017-11-10 14:45:54 +02:00
2017-11-10 14:45:54 +02:00
2017-11-10 14:45:54 +02:00
2017-12-29 08:42:49 +02:00
2018-01-22 15:29:21 +02:00
2018-04-26 13:44:27 +03:00