Add Request logging
This commit is contained in:
@@ -116,6 +116,8 @@ export class HTTPServer extends Unit {
|
||||
.run()
|
||||
.catch(e => this.logging.error(e))*/
|
||||
|
||||
this.logging.info(`${extolloReq.method} ${extolloReq.path}`)
|
||||
|
||||
try {
|
||||
await this.kernel.handle(extolloReq)
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user