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 Mar 26, 2021. It is now read-only.
I believe what is meant is that log currently only accepts a boolean in the schema and it has to be set manually per request in the yaml. It would be good if we could use the Env() operator to use an environment variable to globally turn on / off logging for all requests without having to change the yaml.
This would be good to support global logging on/off
log: Env(LOG_STREST)
^ fails schema
The text was updated successfully, but these errors were encountered: