Provider "logOwl" not supported - Could not resolve host: executor with status code 0
- 0
- Functions
If you set logOwl as your log driver in
_APP_LOGGING_PROVIDER=logOwl
although docker exec appwrite doctor says it's alright, the openruntimes-executor container will throw the error below whenever you try to deploy a function
Fatal error: Uncaught Exception: Provider "logOwl" not supported. in /usr/local/app/http.php:68
Stack trace:
#0 /usr/local/vendor/utopia-php/registry/src/Registry/Registry.php(75): {closure}()
#1 /usr/local/app/http.php(131): Utopia\Registry\Registry->get('logger')
#2 /usr/local/vendor/utopia-php/framework/src/Transaction.php(36): {closure}(Object(Utopia\Registry\Registry))
#3 /usr/local/app/http.php(1320): Utopia\Transaction->getResource('logger')
#4 [internal function]: {closure}(Object(Swoole\Http\Request), Object(Swoole\Http\Response))
#5 {main}
thrown in /usr/local/app/http.php on line 68
[2023-09-02 17:00:50 @1.0] WARNING Channel::~Channel() (ERRNO 10003): channel is destroyed, 1 consumers will be discarded
Disabling the logOwl driver seems to solve the problem for now.
It seems like that openruntimes-executor want the value to be lowercase
Try again but with lowercase
_APP_LOGGING_PROVIDER=logowl
Recommended threads
- [v1.8.1] Getting error "(role: applicati...
... but that scope doesn't exist. I am trying to get a function to run and modify tables in the database dynamically. I set everything up and eventually got: ...
- Scheduled function silently stopped firi...
Function is scheduled `* * * * *` and is `enabled: true`, but Appwrite Cloud has stopped queueing executions. Last execution: **2026-05-30 00:47 UTC** (~46h...
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...