Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Standardized logging #205

@grtswt

Description

@grtswt

Polaris Feature Request

Is your feature request related to a problem? Please describe

I want to be able to troubleshoot individual scripts after the fact.

Describe the solution you'd like

I'd like to have standardized logging to be able to log which response code was delivered at what time.

Describe alternatives you've considered

I'm thinking about having a standardized log format like the Apache CLF
I have considered writing my own Logging function and overloading the built-in function in the Polaris class. But the problem is that some $Response.Send() does not have a $Polaris.Log().
Also, I'm unsure if the $Polaris.Log() function has access to the $Response and $Request objects, which is required if you want to log the Request-string and Response-code. I

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions