Skip to content

Have STATUS and STATUS_OK output on different "columns" #2208

Description

@tlaurion

doc/logging.md

  • INPUT, NOTE starts writing output on column 0 (beginning of line)
  • Both STATUS ( >>) and STATUS_OK ( OK) start output at column 1.
    • STATUS should continue outputting at column 1 (informing of action that will be done)
    • STATUS_OK should output at column 4 (so eye can clearly see STATUS and STATUS_OK coupled)

IE currently

 >> Will start doing X to obtain Y 
 OK Y obtained

Should become (indent output) or similar

 >> Will start doing X to obtain Y 
    OK Y obtained

TODO

  • Update doc/logging.md
  • Update etc/functions.sh

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions