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/layouts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ Fields can be any of:
141
141
-`%f` full path of filename (requires `enableCallStack: true` on the category, see [configuration object](api.md))
142
142
-`%f{depth}` path's depth let you chose to have only filename (`%f{1}`) or a chosen number of directories
143
143
-`%l` line number (requires `enableCallStack: true` on the category, see [configuration object](api.md))
144
-
-`%o` column postion (requires `enableCallStack: true` on the category, see [configuration object](api.md))
144
+
-`%o` column position (requires `enableCallStack: true` on the category, see [configuration object](api.md))
145
145
-`%s` call stack (requires `enableCallStack: true` on the category, see [configuration object](api.md))
146
146
-`%C` class name (requires `enableCallStack: true` on the category, see [configuration object](api.md) and [#1316](https://github.com/log4js-node/log4js-node/pull/1316))
147
147
-`%M` method or function name (requires `enableCallStack: true` on the category, see [configuration object](api.md) and [#1316](https://github.com/log4js-node/log4js-node/pull/1316))
0 commit comments