You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the APP_LOCALE being set to en, the laravel logs will repeatedly spit out:
production.WARNING: APP_LOCALE in .env is set to en and should be updated to be en-US
As the warning indicates, I assume this only happens when in production mode.
Propose the default be set to en-US and the readme be updated to reflect this.
Thanks!
Expected Behavior
en being the default ENV setting for APP_LOCALE, no errors in logs (storage/logs/laravel.log)
Steps To Reproduce
Leave APP_LOCALE set as default "en"
Start container
browse laravel logs under storage/logs/laravel.log
Environment
- OS: unRAID
- How docker service was installed: Community Apps
CPU architecture
x86-64
Docker creation
unRAID
Container logs
The container log does not show this error.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Current Behavior
With the APP_LOCALE being set to en, the laravel logs will repeatedly spit out:
production.WARNING: APP_LOCALE in .env is set to en and should be updated to be en-US
As the warning indicates, I assume this only happens when in production mode.
Propose the default be set to en-US and the readme be updated to reflect this.
Thanks!
Expected Behavior
en being the default ENV setting for APP_LOCALE, no errors in logs (storage/logs/laravel.log)
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: