By default, errors of level Warning and above go to the log file, and those of level Error or above are sent to the system logger. These defaults can be changed using the --errlevel and --loglevel startup options.
--errlevel sets the threshold for writing to the log
--loglevel sets the threshold for writing to the system logging facility.
Either option can use a "level" of None to disable logging completely.