Skip to content

Update logger calls to leverage logging framework functionality #1

@thompchr

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.

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