You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/runtime/logging.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ Level of logging to be recorded. Options are:
50
50
51
51
Other than `off`, each level includes messages at higher levels - for example, `warn` level
52
52
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)
0 commit comments