feat: Add real-time log streaming with a new backend SSE endpoint and a corresponding frontend component.
This commit is contained in:
@@ -273,7 +273,7 @@ func handleConfig(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
|
||||
func handleGetLogs(w http.ResponseWriter, r *http.Request) {
|
||||
logs := logger.GetLogs(100)
|
||||
logs := logger.GetLogs(200)
|
||||
api.Success(w, logs)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user