--debug and tyk.conf

I would love a “debug”:true in the tyk.conf that would simulate --debug.

(at least from the quickstart, there is no easy way to accessing the debug)

Hi, sounds interesting. There’s also an environment variable to change the log level, perhaps it’s useful for you:

TYK_LOGLEVEL=debug

Best.

I cannot seem to get that working w/ a docker compose

environment:
- TYK_LOGLEVEL=debug

(or TYKLOGLEVEL for that matter)

confirm this didn’t do anything for me previously, when setting it via the docker-compose quickstart file