How to Configure the Time Zone for Agent Log Timestamps in skywalking-php #12908
Unanswered
linuxliuss
asked this question in
Q&A
Replies: 1 comment
-
This is a fix at apache/skywalking-php#124 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2024-12-29T14:59:29.829009Z DEBUG skywalking_agent::plugin::plugin_curl: curl_getinfo get url: http://192.168.50.1:5000/notifications/v2?appId=ARE&cluster=default¬ifications=%5B%7B%22namespaceName%22%3A%22are-auth%22%2C%22notificationId%22%3A729%7D%2C%7B%22namespaceName%22%3A%22are-node-config%22%2C%22notificationId%22%3A683%7D%2C%7B%22namespaceName%22%3A%22public-config%22%2C%22notificationId%22%3A746%7D%5D
2024-12-29T14:59:29.829086Z ERROR skywalking_agent::execute: before execute internal request_id=None function_name="curl_exec" class_name=None err=Anyhow(global tracing context not exists)
bash-5.1# php -r "echo date_default_timezone_get();"
Asia/Shanghai
bash-5.1# php -r "echo date('Y-m-d H:i:s');"
2024-12-29 22:56:24
The timestamp used by the system to record logs is inconsistent with the local time, and I couldn't find any modifications
Beta Was this translation helpful? Give feedback.
All reactions