Document --log-none command line option

This reverts commit e1ac4298eaf5bee6c885263e179588a051de24a8.
This commit is contained in:
Celtic Minstrel 2018-03-04 12:30:55 -05:00
parent 983045718a
commit 49ad25fc69

View file

@ -131,10 +131,12 @@ Example:
sets the severity level of the log domains.
.B all
can be used to match any log domain. Available levels:
.BR error ,\ warning ,\ info ,\ debug .
.BR error ,\ warning ,\ info ,\ debug ,\ none .
By default the
.B error
level is used.
level is used for most domains, but
.B deprecation
defaults to none.
.TP
.B --log-precise
shows the timestamps in the logfile with more precision.