을 console.log 자연스럽게 콘솔에 간다. 당신이 같이 사용 무언가를 콘솔에 물건을 인쇄하려면 :
request.server.log(['error', 'contentFetch'], err);
이 내 좋은 플러그인 구성이 어쩌면 당신은 도랑 무언가가 당신을 위해 작동 찾을 수 있습니다.
logging: {
$filter: 'env',
production: {
reporters: {
file: [{
module: 'good-squeeze',
name: 'Squeeze',
args: [{error: '*', log: ['error'], ops: '*'}]
}, {
module: 'good-squeeze',
name: 'SafeJson',
args: [
null,
{separator: '\n'}
]
}, {
module: 'rotating-file-stream',
args: [
'error.log',
{
size: '10M', // rotate every 10 MegaBytes written
interval: '1d', // rotate daily
compress: 'gzip', // compress rotated files
path: './logs'
}
]
}]
}
},
$default: {
ops: {
interval: 1000
},
reporters: {
console: [{
module: 'good-squeeze',
name: 'Squeeze',
args: [{log: '*', response: '*'}]
}, {
module: 'good-console'
}, 'stdout']
}
}
},
이
{
plugin: {
register: 'good',
options: Config.get('/logging')
}
}
처럼 등록