diff --git a/API.md b/API.md index 9dc68af25..673c79285 100755 --- a/API.md +++ b/API.md @@ -5027,6 +5027,7 @@ const handler = function (request, h) { request.log(['test', 'error'], 'Test event'); return null; }; +``` Note that any logs generated by the server internally will be emitted using the [`'request'` event](#server.events.request) on the `'internal'` channel.