update log format
This commit is contained in:
parent
d64647a231
commit
dcea209ca5
@ -10,7 +10,8 @@ module.exports = function(){
|
||||
enable_cors: global.environment.enable_cors,
|
||||
varnish_host: global.environment.varnish_host,
|
||||
varnish_port: global.environment.varnish_port,
|
||||
cache_enabled: global.environment.cache_enabled
|
||||
cache_enabled: global.environment.cache_enabled,
|
||||
log_format: '[:date] :req[X-Real-IP] \033[90m:method\033[0m \033[36m:req[Host]:url\033[0m \033[90m:status :response-time ms -> :res[Content-Type]\033[0m'
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user