Skip to content

Commit 1f43cb2

Browse files
authored
[Docs] Add link to logging API in logging section (#307)
1 parent fb82902 commit 1f43cb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/user-guide/runtime/logging.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Level of logging to be recorded. Options are:
5050

5151
Other than `off`, each level includes messages at higher levels - for example, `warn` level
5252
will include `error` and `fatal` level messages.
53+
You can find the API reference for how to log to these different logging levels in the [Writing Functions Section](/docs/user-guide/writing-functions#node)
5354

5455
#### `metrics`
5556

0 commit comments

Comments
 (0)