thinkorm-log是基于webman下使用thinkorm记录日志的工具,能够记录日志到文件,并且支持打印到控制台,在config里面配置即可开启和关闭
composer require saithink/thinkorm-log
基础配置:config/plugin/saithink/thinkorm-log/app.php
return [
// 是否启用日志记录
'enable' => true,
// 是否输出到控制台
'console' => false,
// 是否记录到日志文件
'file' => true,
];
打印到控制台
记录到日志文件
前排点赞 火钳留名,很有用
6666
哈哈哈 好!
不错
装了好像没起作用
要开启,默认是输出到log日志,如果要输出到控制台,要在配置里面开启
全都配置true了 但是还是没有输出 不知道是哪里搞得不对
start里dump也看到确实是启动了
要在config/thinkorm.php的链接配置
// 关闭SQL监听日志
'trigger_sql' => true,
这个配置要设为true
感谢
6666
6666
老大,只记录select,update的没有记录?怎么破解啊
是版本不匹配,感谢
"webman/think-orm": "^1.1",这个以前是1.0
"require": {
"php": ">=7.2",
"workerman/webman-framework": "1.4.3",
"monolog/monolog": "^2.0",
"topthink/think-template": "^2.0",
"topthink/think-validate": "^2.0",
"topthink/think-orm": "2.0.62",
"workerman/crontab": "^1.0",
"webman/push": "^1.0",
"webman/console": "1.0.27",
"webman/think-orm": "^1.1",
"webman/log": "1.0.1",
"saithink/thinkorm-log": "^1.0"
},
1.1不能用吗?
反正不写,我就换了下版本,就好了