Miek Gieben bcb2eb1ecc all: gometalinter (#843)
* kubernetes/reverse: remove deadcode
* deadcode in errors and kubernetes removed
* unnecessary conversion
* constants
* proxy: time.Since()
* simplications
* static check
* Disable test/external_test
2017-08-06 05:54:24 -07:00
..
2017-08-06 05:54:24 -07:00

errors

errors enables error logging.

Any errors encountered during the query processing will be printed on standard output.

Syntax

errors [FILE]
  • FILE is the log file to create (or append to). The only valid name for FILE is stdout

Examples

Log errors to stdout.

errors

Log errors to stdout.

errors stdout