You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?php SeasLog::error('test error'); var_dump(SeasLog::analyzerDetail(SEASLOG_ERROR));
sh: 1: ERROR: not found
cat: /data/log/default/**.: No such file or directory
array(0) {
}
1.76版本则无此问题
The text was updated successfully, but these errors were encountered:
<?php SeasLog::error('test error'); var_dump(SeasLog::analyzerDetail(SEASLOG_ERROR));
sh: 1: ERROR: not found
cat: /data/log/default/**.: No such file or directory
array(0) {
}
1.76版本则无此问题
The text was updated successfully, but these errors were encountered: