Socketlog output problem

socketlog has output, but there is no response when clicking
chrome browser, debug the program of thinkphp

related codes

// thinkphpconfig
"log"                    => [
    //  file socket 
    "type"  => "socket",
    // 
    "host"   => "192.168.1.21",
    "allow_client_ids"    => ["chendy","zhangd"],
    "force_client_ids"    => ["chendy"],
    //
    "level" => [],
],

// 
\think\log::write("cdy");

now the output is as follows:

clipboard.png

:

clipboard.png

Nov.16,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3bbf2-2c2c2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3bbf2-2c2c2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?