Replies: 1 comment 9 replies
|
@totycro Why quid of setting |
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Titiler has a
DEBUGsetting, which I would like to turn on: https://developmentseed.org/titiler/intro/#settingsThe docs there suggest that it needs the prefix
TITILER_API_, so i tried to setraster.settings.envVars.TITILER_API_DEBUG: Truewhich didn't work.By now i've figured out that titiler-pgstac is used here, which seems to be a titiler extension. The code here says that the prefix is supposed to be
TITILER_PGSTAC_API_: https://github.com/stac-utils/titiler-pgstac/blob/main/titiler/pgstac/settings.py#L36So now i tried setting
TITILER_PGSTAC_API_DEBUG, but this also didn't seem to have any effect.How can titiler debug (or similar settings) be turned on via the chart?
All reactions