Mercurial > prosody-modules
view mod_log_mark/mod_log_mark.lua @ 1884:153f063c3d1a
mod_auth_ccert/README: Recomend cacert instead of capath
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 01 Oct 2015 16:31:37 +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);
