view mod_log_mark/mod_log_mark.lua @ 1962:2f32196586bb

mod_s2s_auth_dane: Keep DANE response around after the connection is established to aid in debugging
author Kim Alvefur <zash@zash.se>
date Thu, 10 Dec 2015 23:24:11 +0100
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);