summaryrefslogtreecommitdiffstats
path: root/mysql-logfile-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-logfile-html.lsp')
-rw-r--r--mysql-logfile-html.lsp2
1 files changed, 1 insertions, 1 deletions
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 %>