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
var logger =req.logger.createLogger({"field-a":"value"});
207
207
```
208
208
209
-
### Check log severity level
209
+
### Check log severity levels
210
210
In some cases it can be useful to check if messages with a specific severity level would be logged. You can check if a logging level is active as follows:
211
211
212
212
```js
@@ -216,7 +216,7 @@ if (isInfoActive) {
216
216
}
217
217
```
218
218
219
-
This can be useful, if preparing log messages requires some additional processing. There are convenient methods available for this feature:
219
+
There are convenient methods available for this feature:
0 commit comments