meteor help run (this could be sorted alphabetically and some options such as --port are duplicated).
I found --raw-logs. This removes the time stamps from the server log.
It has been so annoying (I must say) to deal with debug log and AI chat tools having to remove all those time stamps or sending useless context volume. Now the debug log is clean and perfect and can copy-paste results in clean JSON format.
=> Meteor server restarted at: http://192.168.1.72:3600
I20250918-11:55:33.152(4)? [
I20250918-11:55:33.153(4)? {
I20250918-11:55:33.153(4)? _id: 'Gofhu6qSPsLjQ5SaC',
I20250918-11:55:33.153(4)? nickname: 'ESC-Dubai',
I20250918-11:55:33.153(4)? logo: 'd91b4129-f0ca-4099-88e4-727218014d46.jpeg',
I20250918-11:55:33.154(4)? hColor: '#bbbbbb'
I20250918-11:55:33.154(4)? },
I20250918-11:55:33.154(4)? {
I20250918-11:55:33.154(4)? _id: 'WSQ73kswGwPiEdXwW',
I20250918-11:55:33.155(4)? subscriptionId: ObjectID { _str: '68c40d57375b8e61c5ef3909' },
I20250918-11:55:33.155(4)? nickname: 'ESC-Abu Dhabi',
I20250918-11:55:33.155(4)? logo: 'e213c1a1-f422-47cc-ad5e-8fbed3d960fb.jpeg',
I20250918-11:55:33.155(4)? hColor: '#bbbbbb'
I20250918-11:55:33.155(4)? },
I20250918-11:55:33.156(4)? { id: '858yYEfBFnfpxD7Yb', incomplete: true, type: 'businesses' }
I20250918-11:55:33.156(4)? ]
versus
[
{
_id: 'Gofhu6qSPsLjQ5SaC',
nickname: 'ESC-Dubai',
logo: 'd91b4129-f0ca-4099-88e4-727218014d46.jpeg',
hColor: '#bbbbbb'
},
{
_id: 'WSQ73kswGwPiEdXwW',
subscriptionId: ObjectID { _str: '68c40d57375b8e61c5ef3909' },
nickname: 'ESC-Abu Dhabi',
logo: 'e213c1a1-f422-47cc-ad5e-8fbed3d960fb.jpeg',
hColor: '#bbbbbb'
},
{ id: '858yYEfBFnfpxD7Yb', incomplete: true, type: 'businesses' }
]