React Native version: [0.7.0]
Platform: [iOS]
Is real device of platform: [No]
Operating System: [macOS]
When debugging on ios, some mysterious filtered has been applied, as the result non of my console.log is shown.
This happen suddenly, and only in ios. (please see image attached)

Could you check the console setting, are you selected the Selected context only checkbox?

If true, you should selected RNDebuggerWorker.js context (refer to this section if you're confused) or unselected the checkbox.
It has some strange cases, such as the Android screenshot, and iOS still show two action log, so I'm not sure if this comment is helpful.
Makes no different (see image attached)
Thanks for helping!

forget to mention above, in the third case, it is also with RNDebuggerWorker.js
I saw the one possibility is that you filtered all logs from index.ios.bundle:

If you have do it please click Unhide All.
I don't know why the logs of redux-logger haven't filtered fully, maybe it's a bug for custom formatter. 馃槀
Well, It works now, I really can't explain how I fixed it, but I solve the problem by restart my computer twice!
glad it works again. now I can continue my development. thanks for taken the time to help.
Thanks @jhen0409 -- oddly the only way I could unfilter was by right clicking and going to Filter in the dropdown menu... and NOT using any of the visible dropdowns

Came into the same problem here, console.log doesn't show in the console in ios simulator, any solutions?
Most helpful comment
I saw the one possibility is that you filtered all logs from
index.ios.bundle:If you have do it please click
Unhide All.I don't know why the logs of
redux-loggerhaven't filtered fully, maybe it's a bug for custom formatter. 馃槀