Ryo Komiyama
Ryo Komiyama
@pratesh I had the same issue "annot load image" and it didn't work for me to change directory structure. But [this](https://groups.google.com/forum/#!topic/darknet/MOecfp1nQd8) solved my problem, so you should try it. I...
Anyone who uses Laravel with Monolog v2? I can't see any logs on Google Cloud Logging... I can see them with Monolog v1. I hope someone helps me and those...
Thanks for your reply! I don't think so. I've never seen any logs, including wrong formatted logs, on Google Cloud Logging with Monolog v2. I set LOG_CHANNEL as stackdriver. ```php...
I solved this problem. First of all, the following document doesn't work with Monolog v2. https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/standard/laravel-framework This example works with Monolog v1. But we have to use Monolog v2 with...