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: packages/launchpad/docs/logging.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ See: https://github.com/winstonjs/winston#creating-your-own-logger for all avail
46
46
| <aname="module_log-manager.LogOptions+fileOptions">`fileOptions`</a> | <code>LogFileOptions</code>| <code>new LogFileOptions(fileOptions)</code> | Options for individual files and streams. |
47
47
| <aname="module_log-manager.LogOptions+level">`level`</a> | <code>string</code>| <code>'info'</code> | The maximum log level to display in all default logs. |
48
48
| <aname="module_log-manager.LogOptions+format">`format`</a> | <code>winston.Logform.Format</code>| <code>LogOptions.DEFAULT\_LOG\_FORMAT</code> | The format for how each line is logged. |
49
+
| <aname="module_log-manager.LogOptions+overrideConsole">`overrideConsole`</a> | <code>boolean</code>| <code>true</code> | Route all console logs to the log manager. This helps<br>ensure that logs are routed to files and rotated properly.<br><br>This will also freeze the console object, so it can't be<br>modified further during runtime.<br><br>All console logs will be prefixed with `(console)`. |
0 commit comments