Nginx Debug Log

//检查nginx.conf时(sudo ./nginx -t),输出数据到检测结果
//ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, "配置解析处理");

 

#define mod_log(...) ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0, __VA_ARGS__);
#define mod_log_r(r, ...) ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0, __VA_ARGS__);
#define mod_log_log(log, ...) ngx_log_error(NGX_LOG_ALERT, log, 0, __VA_ARGS__);

posted @ 2016-12-07 12:18  御風ゝ  阅读(339)  评论(0编辑  收藏  举报