Skip to content
Snippets Groups Projects
Verified Commit 74785da1 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

fix: change log level from debug to error in production environment configuration

This commit updates the `.env.production` file to set the `LOG_LEVEL` to `error`, ensuring that only error messages are logged in the production environment.
parent fc4ccf0d
Branches
No related tags found
1 merge request!52Ajout de Laravel Octane
Pipeline #971 passed
......@@ -19,7 +19,7 @@ BCRYPT_ROUNDS=12
LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
LOG_LEVEL=error
DB_CONNECTION=mariadb
DB_HOST=127.0.0.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment