feat(freshrss): Enable debug logging
Add development environment mode for troubleshooting authentication and API issues. Enables detailed PHP error logging and stack traces. Can be reverted to production mode by removing FRESHRSS_ENV variable after debugging is complete.
This commit is contained in:
parent
bd9a55f293
commit
68632a9662
1 changed files with 4 additions and 0 deletions
|
|
@ -6,3 +6,7 @@ TZ=America/Los_Angeles
|
|||
# User and Group IDs
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
|
||||
# Debug Logging
|
||||
# Enables detailed PHP error logging and application debug mode
|
||||
FRESHRSS_ENV=development
|
||||
|
|
|
|||
Loading…
Reference in a new issue