| > I use the -v (verbose) right now to receive
> messages, but I only want warning and error messages
> printed. I cant find an option to exclude the ok
> messages. Any idea how to handle the messages?
You can't, unless you use the -f option (--file-log) : this option will create
two distinct files, one for the messages, and one for the errors/warnings.
| |