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
Currently, the dashboard just calls the default /logs endpoint to download logs. We need to improve this so that the user can input the query parameters.
The logs endpoint accepts the following query parameters:
startTime
endTime
maxLogs
moduleName
level
For example:
GET
http://localhost:8000/logs?startTime=2023-01-01T00:00:00Z&endTime=2023-01-02T00:00:00&&maxLogs=5&moduleName=P2P&level=info
The text was updated successfully, but these errors were encountered:
Currently, the dashboard just calls the default
/logs
endpoint to download logs. We need to improve this so that the user can input the query parameters.The logs endpoint accepts the following query parameters:
startTime
endTime
maxLogs
moduleName
level
For example:
The text was updated successfully, but these errors were encountered: