這里詳細描述問題
[2024-12-09 17:09:27] default.ERROR: 46.232.121.132 GET /static/js/bootstrap.min.css.map support\exception\PageNotFoundException: 404 Not Found in /vendor/workerman/webman-framework/src/App.php:247 Stack trace:
看下是不是 config/exception.php 里自定義類異常處理類,把 support\exception\PageNotFoundException::class 加到$dontReport里
config/exception.php
support\exception\PageNotFoundException::class
$dontReport
好,這個吧他不需要記錄是吧
404請求一般不用記錄
加了測試還是會記錄
重啟下
重啟了的
自己debug下吧,代碼沒多少