Skip to content
Snippets Groups Projects
  • Hans Fangohr's avatar
    608bbe05
    Reduce output from run() (info -> debug) · 608bbe05
    Hans Fangohr authored
    Motivation:
    
    - the actual command we run is pretty meaningless without context.
    - to provide the context, we would need to add additional 'logging.info' command
      BEFORE we call `run`
    - if we select loglevel `debug` we get to see the same output as before.
    608bbe05
    History
    Reduce output from run() (info -> debug)
    Hans Fangohr authored
    Motivation:
    
    - the actual command we run is pretty meaningless without context.
    - to provide the context, we would need to add additional 'logging.info' command
      BEFORE we call `run`
    - if we select loglevel `debug` we get to see the same output as before.