Please star following issue when agree:
https://issuetracker.google.com/issues/112927147
Currently BETA version of support PHP 7.2 in standard env has issue with writing to Application Logs.
Exists 3 main ways to report logs:
- Native error in PHP (no matter if manually or from PHP runtime)
- Write standard log to symbolic file: 'php://stdout',
- Write error log to symbolic file: 'php://stderr'.
In GAE all works, but all records is delivered to same log stream in
Stackdriver Logging service, without marked Severity to distinguishing application errors.
Is way to mark Log record with severity, especially errors?