xin

Directive reference

error_log

Selects the error-log destination and minimum severity.

Syntaxerror_log file [debug | info | notice | warn | error | crit | alert | emerg];
Contextsmainhttpserverlocation
Defaulterror_log logs/error.log error;

Behavior

More specific scopes override broader ones for errors raised while the request scope is available.

Example

error_log /var/log/xin/error.log warn;

Related directives

access_log