The project is developed using Angular.
For ng serve, development environment, everything is OK.
But for production, that is, after ng build and deployed in nginx, output http:request color: #6633FF +1s where http:request is the namespace, but no message is output.
Set breakpoint in formatArgs, and the args is after the call:

Tried 2.6.9 and 4.1.1, both result the same.
The project is developed using Angular.
For
ng serve, development environment, everything is OK.But for production, that is, after
ng buildand deployed in nginx, outputhttp:request color: #6633FF +1swherehttp:requestis the namespace, but no message is output.Set breakpoint in formatArgs, and the args is after the call:

Tried 2.6.9 and 4.1.1, both result the same.