Skip to content

Improve logging #48

@Velocities

Description

@Velocities

Currently, logging is done via Laravel's built-in Log class but only for debugging statements that were only instated for testing new API endpoints and debugging their associated code. This should be changed by having all debugging logs either removed or conditioned via if statements and a constant that can be toggled for use only when debugging. Finally, logs should be added that indicate what endpoints have been contacted and their associated success or failure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions