X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvlog.h;h=6fa007b275219a03dabe9bcdaa27ce8645f1dcf6;hb=7593daa2473c464cd179420b9c7f68989044fdee;hp=aa98c06ea5c320efb3d5ac3bf52f3793d166dded;hpb=c1a543a8d6d2847983b6b0defd1e19777da85715;p=openvswitch diff --git a/lib/vlog.h b/lib/vlog.h index aa98c06e..6fa007b2 100644 --- a/lib/vlog.h +++ b/lib/vlog.h @@ -30,26 +30,7 @@ extern "C" { /* Logging severity levels. * - * A logging severity level of OFF suppresses logging. Messages at the - * following log levels, in descending order of importance, are enabled by - * default: - * - * - EMER: The process is aborting due to unrecoverable failure. - * - * - ERR: A high-level operation or a subsystem failed. Attention is - * warranted. - * - * - WARN: A low-level operation failed, but higher-level subsystems may be - * able to recover. - * - * - INFO: Information that may be useful in retrospect when investigating - * a problem. - * - * The lowest log level is not enabled by default: - * - * - DBG: Information useful only to someone with intricate knowledge of the - * system, or that would commonly cause too-voluminous log output. - */ + * ovs-appctl(8) defines each of the log levels. */ #define VLOG_LEVELS \ VLOG_LEVEL(OFF, LOG_ALERT) \ VLOG_LEVEL(EMER, LOG_ALERT) \