Skip to content

feat(logging): Show progress bar for non interactive environments  #888

@erezrokah

Description

@erezrokah

Is your feature request related to a problem? Please describe.

We purposely disable the progress bar on non interactive environments or when enable-console-log is set:

return IsTerminal() && !viper.GetBool("enable-console-log")

A possible improvement is to print the progress, but in new lines instead of in-place

Describe the solution you'd like

When in a non interactive environment print progress line by line

Describe alternatives you've considered

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions