記錄和日誌監控
只需使用 PHP 的標準 syslog 函式來編寫日誌
syslog(LOG_INFO, "Authorized access");
syslog(LOG_WARNING, "Unauthorized access");
你可以從 Stackdriver Logging
( https://console.cloud.google.com/logs ) 檢視日誌
只需使用 PHP 的標準 syslog 函式來編寫日誌
syslog(LOG_INFO, "Authorized access");
syslog(LOG_WARNING, "Unauthorized access");
你可以從 Stackdriver Logging
( https://console.cloud.google.com/logs ) 檢視日誌