mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 19:55:21 +00:00
Enable error log to console
This commit is contained in:
@@ -14,7 +14,10 @@ const server = Hapi.server({
|
||||
files: {
|
||||
relativeTo: Path.join(__dirname, 'static')
|
||||
}
|
||||
}
|
||||
},
|
||||
debug: {
|
||||
request: ['error']
|
||||
},
|
||||
});
|
||||
server.events.on('stop', () => {
|
||||
console.log('Server stopped.');
|
||||
|
||||
Reference in New Issue
Block a user