发现日志文件(application/logs)过大导致每次log_message函数开关日志文件消耗过大,
application/config.php ,设置$config['log_threshold'] = 1;将当前的日志文件设置为空便可。