Renjith
                                        Results
                                        2
                                        comments of
                                        
                                
                                            Renjith
                                        
                                    I **SOLVED** that by add the plugin from GitHub repository: https://github.com/meteor/meteor/issues/8998#issuecomment-353261759
Try like this guys ```js const messageFormatter = (data) => { const { level, message, timestamp, ...meta } = data; const metatdata = `:\n${JSON.stringify(meta, null, 2)}`; return `${timestamp} [${level}] ${message}${metatdata}`;...