Skip to content

mumc_configyaml>advanced_settings>console_controls>media_type>summary>show

terrelsa13 edited this page Aug 17, 2024 · 3 revisions

  • Description
advanced_settings:
  console_controls:
    media_type:
      summary:
        show: boolean
  • Suppress or show the different console summary media_type outputs.
  • Anytime something is printed to the console the script has to wait for the print to finish.
  • The more being printed to console, the slower the script will run.
    • The categories with the most data printing to console are:
      • advanced_settings > console_control > media_type > keep
      • advanced_settings > console_control > media_type > delete
    • false - Do not print this output type to the console
    • true - Print this output type to the console

Example:

show: true
Clone this wiki locally