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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,11 @@ A lightweight, embeddable development dashboard for Go applications. Monitor log
17
17
-**Realtime**: See events as they occur via Server-Sent Events
18
18
-**Clean UI**: Modern, minimalist interface with responsive design
19
19
20
-
## Note
20
+
## Production Use
21
21
22
-
Make sure to not activate `devlog` in production systems! It can expose sensible data like API tokens and other secret data in requests and responses.
23
-
We currently do not have any protection of the dashboard handler routes in place.
22
+
devlog can be used in production to inspect requests and debug issues in real-time. Session mode is particularly useful here - each developer only sees events from their own requests, avoiding noise from other users.
23
+
24
+
**Important:** The dashboard can expose sensitive data like API tokens and secrets in requests and responses. Make sure to protect the dashboard routes with your own authentication middleware.
0 commit comments