summaryrefslogtreecommitdiffstats
path: root/chrony-controller.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-08-03 19:44:18 +0000
committerTed Trask <ttrask01@yahoo.com>2015-08-03 19:44:18 +0000
commitb3f42b0b5de4786752151641ef2af37f5ce3feaf (patch)
tree7fec7a3ba0fcde72007aaddf767862d94db935c4 /chrony-controller.lua
parent30cdc5684382c8fb634bdfb79dc02d9d3b13786b (diff)
downloadacf-chrony-b3f42b0b5de4786752151641ef2af37f5ce3feaf.tar.bz2
acf-chrony-b3f42b0b5de4786752151641ef2af37f5ce3feaf.tar.xz
Modify logfile to get logging info from the config and use common view
Diffstat (limited to 'chrony-controller.lua')
-rw-r--r--chrony-controller.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrony-controller.lua b/chrony-controller.lua
index eedffb5..5fbd6d4 100644
--- a/chrony-controller.lua
+++ b/chrony-controller.lua
@@ -30,4 +30,8 @@ function mymodule.expert(self)
return self.handle_form(self, self.model.get_filedetails, self.model.update_filedetails, self.clientdata, "Save", "Edit Config File", "Configuration Set")
end
+function mymodule.logfile(self)
+ return self.model.get_logfile(self, self.clientdata)
+end
+
return mymodule