I'm setting up mongod to run in an /etc/init.d script. This may be a nitpick, but is there a way to avoid this?
# service mongod start
Starting mongod:
forked process: 19820
all output going to /log/location/mongod.log
[SUCCESS]
Instead, I just want to see:
# service mongod start
Staring mongod: [SUCCESS]