Skip to content

Ensure '(node)' prefix for stdout logging #3789

Closed
@silverwind

Description

@silverwind

To discern messages logged by node vs. messages logged by the application, we agreed to prefix messages printed to stdout with (node) like here or here.

There are however cases in the code base where this prefix is missing like here which gets logged here. I'm sure there are more cases in src, possibly even some in lib. One could search for console or the printf variants to identify these cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    c++Issues and PRs that require attention from people who are familiar with C++.good first issueIssues that are suitable for first-time contributors.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions