Flask EasyLog
API for management log by Flask
GET
/api/logs
configuration of endpoint
Response content-type: application/json
Try it out!
GET
/api/log/{endpoint}
configuration of specific endpoint
Response content-type: application/json
Parameters
endpoint
Try it out!
DELETE
/api/log/{endpoint}
delete specific configuration of endpoint
Response content-type: application/json
Parameters
endpoint
Try it out!
PUT
/api/log/{endpoint}
add or change specific configuration of endpoint
Response content-type: application/json
Parameters
endpoint
body
{ "endpoint":"hello", "level":"INFO" }
Try it out!