Open Arkalo2 opened 6 months ago
This feature aims to separate the enabling of handlers based on the environment.
You have 3 servers on your project : dev, staging, and prod
Currently, you can't disable handlers for a specific environment. For an instance, you can't disable logging only in your staging environment.
With the enabled parameter, you are able to disable logging only in the staging environment.
This feature aims to separate the enabling of handlers based on the environment.
Use Case :
You have 3 servers on your project : dev, staging, and prod
Currently, you can't disable handlers for a specific environment. For an instance, you can't disable logging only in your staging environment.
With the enabled parameter, you are able to disable logging only in the staging environment.