Top "Verbosity" questions

Verbosity is the amount of information that is logged or printed to console.

How do I force make/GCC to show me the commands?

I'm trying to debug a compilation problem, but I cannot seem to get GCC (or maybe it is make??) to …

gcc makefile verbosity
Suppress console output in PowerShell

I have a call to GPG in the following way in a PowerShell script: $key = & 'gpg' --decrypt "secret.gpg" …

powershell output suppress-warnings verbosity
How do I disable log messages from the Requests library?

By default, the Requests python library writes log messages to the console, along the lines of: Starting new HTTP connection (1): …

python logging python-requests verbosity
Disable messages upon loading a package

I have a package in R (ROCR) that I need to load in my R environment. Upon loading the package, …

r message libraries suppress-warnings verbosity
Can Maven be made less verbose?

Maven spews out far too many lines of output to my taste (I like the Unix way: no news is …

maven output verbosity
disable NOTICES in psql output

How do I stop psql (PostgreSQL client) from outputting notices? e.g. psql:schema/auth.sql:20: NOTICE: CREATE TABLE / PRIMARY …

database postgresql verbosity
Controlling verbosity of make

I'm using a makefile to compile a program made of many .c files, and any time make is invoked it …

makefile verbosity
'verbose' argument in scikit-learn

Many scikit-learn functions have a verbose argument that, according to their documentation, "[c]ontrols the verbosity: the higher, the more …

python arguments scikit-learn verbosity verbose
Elegant way for verbose mode in scripts?

When I write bash scripts I usually get the verbose mode this way (simplified): _V=0 while getopts "v" OPTION do …

bash logging verbosity
logging verbosity mysql 5.7

The default log error verbosity is 3 for mysql 5.7. I'm trying to set this to a level of 2 in the cnf …

mysql logging verbosity