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
Add docs examples for how to do --timing to see only timing logs
Add example for how to do --timing --silent to write timing file to do perf analysis for timing without writing to the terminal in case that affects perf
Example on how to set a local directory for all logs
The text was updated successfully, but these errors were encountered:
BREAKING CHANGE: `timing` and `loglevel` changes
- `timing` has been removed as a value for `--loglevel`
- `--timing` will show timing information regardless of
`--loglevel`, except when `--silent`
Closesnpm/statusboard#455Closesnpm/statusboard#454
BREAKING CHANGE: `timing` and `loglevel` changes
- `timing` has been removed as a value for `--loglevel`
- `--timing` will show timing information regardless of
`--loglevel`, except when `--silent`
Closesnpm/statusboard#455Closesnpm/statusboard#454
--timing
to see only timing logs--timing --silent
to write timing file to do perf analysis for timing without writing to the terminal in case that affects perfThe text was updated successfully, but these errors were encountered: