diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-11-16 12:12:23 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-11-16 12:12:23 +0000 |
commit | 86bf20929247329a022faa7b0384c20fac0a5079 (patch) | |
tree | b61b42924e3a1fa339b63fe5edb5c152c2b482ee /lualib | |
parent | d302edad6a90062424df6883b0df9a3cb9325870 (diff) | |
download | rspamd-86bf20929247329a022faa7b0384c20fac0a5079.tar.gz rspamd-86bf20929247329a022faa7b0384c20fac0a5079.zip |
[Rework] Improve bayes debug logging, remove unused stuff
Diffstat (limited to 'lualib')
-rw-r--r-- | lualib/lua_stat.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lualib/lua_stat.lua b/lualib/lua_stat.lua index ff7d192ac..9b72a1f22 100644 --- a/lualib/lua_stat.lua +++ b/lualib/lua_stat.lua @@ -14,6 +14,11 @@ See the License for the specific language governing permissions and limitations under the License. ]]-- +--[[[ +-- @module lua_stat +-- This module contains helper functions for supporting statistics +--]] + local logger = require "rspamd_logger" local sqlite3 = require "rspamd_sqlite3" local util = require "rspamd_util" |