document ULTRAGRID_VERBOSE + added some doxygen

This commit is contained in:
Martin Pulec
2022-11-15 15:49:36 +01:00
parent c2437894fa
commit 9469d6352c
2 changed files with 5 additions and 1 deletions

View File

@@ -241,6 +241,7 @@ bool parse_log_cfg(const char *conf_str,
col() << "][+repeat][+/-timestamps]\n";
col() << TBOLD("\trepeat") << " - print repeating log messages\n";
col() << TBOLD("\ttimestamps") << " - enable/disable timestamps\n";
col() << "environment variable " << SBOLD("ULTRAGRID_VERBOSE") << " - use verbose output (same as `-V` on command-line)\n";
return false;
}