Alternative to `yarn rw serve | cut -c 7-` to get clean logs in Redwood 7?

I noticed that all my production logging was broken.

It turns out that moving from yarn rw serve in RW 6 to yarn rw serve in RW 7
Causes "api | " or "web | " to be put in front of every line.

Is there an option I can pass that will preserve backwards compatibility?

Currently using the “cut” command

Hey @twodotsmax, are you using the server file? How are you starting your container? Sounds like with yarn rw serve? Did you change how you were starting it between the v6 and the v7 upgrade?

I did not, identical to my setup before

Just running “yarn rw serve”