summaryrefslogtreecommitdiffstats
path: root/freeswitch-logfile-html.lsp
blob: 47e2b1753e9ae296e3efde860c06883067ff07da (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/freeswitch/freeswitch.log"})
end %>