I am trying to see logs from inside my controller
I have set my environment variables
-
STRAPI_LOG_LEVEL
: Can be fatal, error, warn, info, debug or trace. -
STRAPI_LOG_TIMESTAMP
: Can be true/false. -
STRAPI_LOG_PRETTY_PRINT
: Can be true/false. -
STRAPI_LOG_FORCE_COLOR
: Can be true/false.
but I get no logging in my controller
Is there another step im missing?