Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NSLog output messages are repeated twice (duplicate) in the console

WE had our existing project code base restructured, wherein a Static Library was separated out to be its own repository and it was added to the project as a submodule.
However, one of the issue we're facing is, duplicate print entries of log messages (all NSLog messages).
Before we restructured our project, logging to console had been fine and usual.
I've tried to look into sysLog and ASL documentation but I couldn't figure out what could be the issue.
Has anyone faced such an issue before?


I suppose this information should suffice, but if you need any more information let me know. I'm counting on that someone might have faced similar issue and has some solution or weird fix to it.


Thanks in advance.

like image 334
Code.Decode Avatar asked Aug 28 '14 18:08

Code.Decode


1 Answers

This happened to me (in 2020). Fixed by re-launching the Console app. Console got itself confused somehow.

like image 65
gnasher729 Avatar answered Nov 08 '22 21:11

gnasher729