Issue:
Currently, while running our application in development mode, we are seeing logs from the Robyn framework mixed with our application logs. It's making it challenging to sift through the logs and focus on application-specific debugging information. To have a clear distinction and improve the debugging experience, an environment variable should be introduced to control the visibility of Robyn framework logs.
Expected Behavior:
By default, only application logs should be visible in development mode. However, if the developer needs to debug something related to the Robyn framework, they should be able to enable Robyn logs by setting a specific environment variable.
Steps to Reproduce:
Run the application in development mode.
Observe that the console shows both application and Robyn framework logs.
Suggested Solution:
Introduce a new environment variable, say ENABLE_ROBYN_LOGS, to control the logging of the Robyn framework. By default, this should be false, hiding Robyn logs in dev mode. If a developer sets ENABLE_ROBYN_LOGS=true, Robyn logs should then be visible.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too