ssb: Suppress noisy output when running command-line actions with output intended to be parsed.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
This commit is contained in:
@ -189,6 +189,13 @@ void tf_ssb_start_periodic(tf_ssb_t* ssb);
|
||||
*/
|
||||
void tf_ssb_set_verbose(tf_ssb_t* ssb, bool verbose);
|
||||
|
||||
/**
|
||||
** Reduce logging verbosity.
|
||||
** @param ssb The SSB instance.
|
||||
** @param quiet Disable unnecessary messages.
|
||||
*/
|
||||
void tf_ssb_set_quiet(tf_ssb_t* ssb, bool quiet);
|
||||
|
||||
/**
|
||||
** Acquire an SQLite database for unrestricted reading. Release qith tf_ssb_release_db_reader().
|
||||
** @param ssb The SSB instance.
|
||||
|
Reference in New Issue
Block a user