From 3d69b32a0b152ddbc90d272fb970a3e4781763b9 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 2 Nov 2015 14:09:42 +0000 Subject: Modify logfile to get logging info from the config and use common view --- unbound-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unbound-controller.lua') diff --git a/unbound-controller.lua b/unbound-controller.lua index cca194e..46b38c9 100644 --- a/unbound-controller.lua +++ b/unbound-controller.lua @@ -15,7 +15,7 @@ function mymodule.expert(self) end function mymodule.logfile(self) - return self.model.get_logfile() + return self.model.get_logfile(self, self.clientdata) end return mymodule -- cgit v1.2.3