piernik-dev / piernik

Piernik MHD Code
GNU General Public License v3.0
15 stars 15 forks source link

Verbosity control #574

Open gawrysz opened 1 month ago

gawrysz commented 1 month ago

Reimplementation of printinfo that allows for specifying various stdout verbosity levels.

Default verbosity is reduced, to control the amount of emitted information, use /OUTPUT_CONTROL/ verbose parameter. Valid thresholds are: "log", "debug", "verbose", "normal", "essential" and "warning".

Since 7e03ada it is also possible to increase or decrease verbosity level step by step via msg file by sending "v+" or "v-" messages.