Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
' npm start ' produces the following timing output which sticks always to the last line:

the "normal" output from the started app is always scrolling above this last line.
Expected Behavior
no timing output.
Digging deeper I noticed that with --loglevel silentor error there is no sticky output.
BUT for warn , notice and http there is timing output which in my opinion should not happen, since these levels are before timing log level ....
Steps To Reproduce
- npm start
- See error...
Environment
- npm: 8.5.3
- Node.js: 17.6.0
- OS Name: macOS 12.2.1
- System Model Name: Macbook Pro
- npm config:
npm config ls
npm WARN ignoring workspace config at /Users/ogi/Repositories/IMS/IMS_v2/packages/mims-test/.npmrc
npm WARN config This command does not support workspaces.
; "user" config from /Users/ogi/.npmrc
; @ogi-it:registry = "http://localhost:4873/" ; overridden by project
//localhost:4873/:_authToken = (protected)
//registry.npmjs.org/:_authToken = (protected)
scripts-prepend-node-path = true
; "project" config from /Users/ogi/Repositories/IMS/IMS_v2/.npmrc
@ogi-it:registry = "http://localhost:4873"
; node bin location = /usr/local/bin/node
; cwd = /Users/ogi/Repositories/IMS/IMS_v2/packages/mims-test
; HOME = /Users/ogi
; Run `npm config ls -l` to show all defaults.
ogi@ogi-it-mac mims-test %
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
' npm start ' produces the following timing output which sticks always to the last line:

the "normal" output from the started app is always scrolling above this last line.
Expected Behavior
no timing output.
Digging deeper I noticed that with
--loglevelsilentorerrorthere is no sticky output.BUT for
warn,noticeandhttpthere istimingoutput which in my opinion should not happen, since these levels are beforetiminglog level ....Steps To Reproduce
Environment