Skip to content

Commit 91c8375

Browse files
committed
Add and document Roarr related environment variables
1 parent 381f41f commit 91c8375

File tree

5 files changed

+22
-2
lines changed

5 files changed

+22
-2
lines changed

.env.local.secret

44 Bytes
Binary file not shown.

.env.playwright.secret

48 Bytes
Binary file not shown.

.env.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ GOOGLE_OAUTH_APP_REDIRECT_URI=http://localhost:3000/auth/google/callback
3737
VITE_SENTRY_ORG=
3838
VITE_SENTRY_PROJECT=
3939
VITE_SENTRY_AUTH_TOKEN=
40+
41+
ROARR_LOG=true
42+
ROARR_MIN_LOG_LEVEL=info
43+
ROARR_SHOW_DEBUG_CONTEXT=false

.gitsecret/paths/mapping.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
.env.local:d75530453e5630838956bc0c97bf28f74f39008b292f6af3b7d2acb4c2bae132
2-
.env.playwright:b33df26cc4ba555731765658068eee0926927ade0bd7d515619a58ba4f14b078
1+
.env.local:7120465370f2ae6a73ceff135009f166388970337aaccd55168a8e09413396dd
2+
.env.playwright:e5ed05cadd8c2be2db8c0574fb3ef9435e6d1146ed3a53a623f483889ef8c22b

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,22 @@ Backend only
127127
- `GOOGLE_OAUTH_APP_REDIRECT_URI`
128128
- Where to redirect user after successful Google OAuth 2 authentication
129129
- Must be defined
130+
- `ROARR_LOG`
131+
- Whether to show Roarr logs
132+
- [roarr/README.md at main · gajus/roarr](https://github.com/gajus/roarr/blob/main/README.md)
133+
- Optional
134+
- Values: `true` to enable, anything else to disable
135+
- Default: empty
136+
- `ROARR_MIN_LOG_LEVEL`
137+
- Minimal log level to display
138+
- Optional
139+
- Values: `trace`, `debug`, `info`, `warn`, `error`, `fatal`
140+
- Default: `info`
141+
- `ROARR_SHOW_DEBUG_CONTEXT`
142+
- Whether to show debug context information in logs
143+
- Optional
144+
- Values: `true` to enable, anything else to disable
145+
- Default: empty
130146

131147
Backend and Frontend
132148

0 commit comments

Comments
 (0)