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
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
I need to output log to integrate it to our system, then I tried to use "echo", "print_r", and also php "error_log" to output log from like " src/MediaServices/MediaServicesRestProxy.php ". But it didn't work.
As php error_log, I set the configuration in php.ini, then restart httpd, and using "error_log" to output log. But couldn't being logged.
display_errors = ON
error_log = "my php error log path"
error_reporting = E_ALL | E_STRICT
Anyone has thoughts about that?
Thanks in advance,
Ying
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I need to output log to integrate it to our system, then I tried to use "echo", "print_r", and also php "error_log" to output log from like " src/MediaServices/MediaServicesRestProxy.php ". But it didn't work.
As php error_log, I set the configuration in php.ini, then restart httpd, and using "error_log" to output log. But couldn't being logged.
display_errors = ON
error_log = "my php error log path"
error_reporting = E_ALL | E_STRICT
Anyone has thoughts about that?
Thanks in advance,
Ying
The text was updated successfully, but these errors were encountered: