view mod_log_mark/mod_log_mark.lua @ 1904:5d84b7fbe3aa

mod_auth_ccert/README: It's cafile, not cacert
author Kim Alvefur <zash@zash.se>
date Sun, 11 Oct 2015 19:32:49 +0200
parents 02390829df1a
children d15df55f0a63
line wrap: on
line source

local log = _G.log;

module:add_timer(60-os.date("%S"), function ()
	log("info", "-- MARK --");
	return 60;
end);