-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
A feature to be able to write to a persistent log for an admin to review. Doesn't have to be programmatic errors that are logged, but security concerns if someone tries to access unauthorized resources, multiple queries from same source
Log::add('{
"type":"critical",
"message": "this is a test log entry"
}');Logs could possibly be written to a database or to a file stored on the server.
Addition Features
- Enable access logs that store all requests sent to the server
GET /index 200 57.32.254.16 2017-03-26T23:59:12 60msLog::access('{"enabled":"true"}')
Reactions are currently unavailable