Skip to content

Ability to write to a log #12

@natedrake

Description

@natedrake

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 60ms

         Log::access('{"enabled":"true"}')

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions