


株式会社イーツー・インフォの社員ブログ

株式会社イーツー・インフォの社員ブログ

logging:
receivers:
laravel_log:
type: files
include_paths:
- /var/www/path_to_laravel/storage/logs/*.log
service:
pipelines:
custom_pipeline:
receivers: [laravel_log]
systemctl restart google-cloud-ops-agentステータス確認
systemctl status google-cloud-ops-agent
logging:
receivers:
laravel_log:
type: files
include_paths:
- /var/www/path_to_laravel/storage/logs/*.log
httpd_access_log:
type: files
include_paths:
- /var/log/httpd/access_log
httpd_error_log:
type: files
include_paths:
- /var/log/httpd/error_log
service:
pipelines:
custom_pipeline:
receivers: [laravel_log, httpd_access_log, httpd_error_log]