Skip to content

Update logger calls to leverage logging framework functionality #1

Description

@thompchr

All logging calls currently attempt to add date and formatting at the time of the log message:

var date = new Date().toJSON();
logger.info(date + "~server~server_error~~~{message: \""+ message +"\"}~0~");

Winston is used, but formatting and timestamp functionality are disabled.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Coding PracticesIssues related to implementing best practices

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions