X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Ftools.xml;h=01fb2c558d294f0e48b674a6102b3eb19015b9cb;hp=cf77afc2a5d48164cc58184727e241eb33e99ca6;hb=a94620ffd6001681474a94f5de767f168d772d1c;hpb=30e703f75c26ad4b564e380d586d122edd49046d diff --git a/doc/tools.xml b/doc/tools.xml index cf77afc..01fb2c5 100644 --- a/doc/tools.xml +++ b/doc/tools.xml @@ -1,4 +1,4 @@ - + Supporting Tools @@ -1850,8 +1850,9 @@ typedef struct oident logged. This string should be a comma-separated list of log level names, and can contain both hard-coded names and dynamic ones. The log level calculation starts with LOG_DEFAULT_LEVEL and adds a bit - for each word it meets. If the string 'none' is found, - the bits are cleared. Typically this string comes from the command-line, + for each word it meets, unless the word starts with a '-', in which case it + clears the bit. If the string 'none' is found, + all bits are cleared. Typically this string comes from the command-line, often identified by -v. The yaz_log_mask_str returns a log level that should be passed to yaz_log_init_level for it to take effect.