From 742a4c3f933242984f4c23d8ad9a1c7081e70e90 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 30 Jan 2015 10:41:58 -0500 Subject: Fix logfile action to use mariadb --- mysql-logfile-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-logfile-html.lsp') diff --git a/mysql-logfile-html.lsp b/mysql-logfile-html.lsp index e119738..2a820c4 100644 --- a/mysql-logfile-html.lsp +++ b/mysql-logfile-html.lsp @@ -2,5 +2,5 @@ %> <% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="mysql"}) + viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="mariadb"}) end %> -- cgit v1.2.3