2016-03-19 12:58:08 +00:00
|
|
|
# errors
|
|
|
|
|
|
2016-10-10 20:13:22 +01:00
|
|
|
*errors* enables error logging.
|
|
|
|
|
TODO: what are errors.
|
2016-03-19 12:58:08 +00:00
|
|
|
|
|
|
|
|
## Syntax
|
|
|
|
|
|
|
|
|
|
~~~
|
2017-05-31 20:28:53 +01:00
|
|
|
errors [FILE]
|
2016-03-19 12:58:08 +00:00
|
|
|
~~~
|
|
|
|
|
|
2017-05-31 20:28:53 +01:00
|
|
|
* **FILE** is the log file to create (or append to). The *only* valid name for **FILE** is *stdout*
|
2016-03-19 12:58:08 +00:00
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
2017-05-31 20:28:53 +01:00
|
|
|
Log errors to *stdout*.
|
2016-03-19 12:58:08 +00:00
|
|
|
|
|
|
|
|
~~~
|
2017-05-31 20:28:53 +01:00
|
|
|
errors
|
2016-03-19 12:58:08 +00:00
|
|
|
~~~
|
|
|
|
|
|
2017-05-31 20:28:53 +01:00
|
|
|
Log errors to *stdout*.
|
2016-03-19 12:58:08 +00:00
|
|
|
|
|
|
|
|
~~~
|
2017-05-31 20:28:53 +01:00
|
|
|
errors stdout
|
2016-03-19 12:58:08 +00:00
|
|
|
~~~
|