Currently this module directly prints an error log level messages to nginx's error.log file, which itself can be one kind of DoS attack because error log messages are always non-buffered and thus quite expensive. It'd be nice if you can provide a config directive to control the log level by the user.