Skip to content

Deciding how to output messages to users on the terminal #393

@Songmu

Description

@Songmu

Currently, logs are formatted and output to stdout (JSON or dot logger), so messages such as instructions to users should be output as plain text to stderr.

We need to consider how to output these messages. The following methods are possible.

  • Use the “log” package
  • Use “fmt.Fprint”
  • Other

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions