summaryrefslogtreecommitdiffstats
path: root/postgresql-logfile-html.lsp
blob: 0b81a65c82706c234c685837ce301d341f5565f3 (plain)
1
2
3
4
5
6
<% local data, viewlibrary = ... 
%>

<% if viewlibrary and viewlibrary.dispatch_component then
	viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="postgres"})
end %>