I have named all my loggers through the program. What I would like to do is be be able to filter the console logging output by logger name(s) in Pycharm. Can this be done
You can filter output in PyCharm's Console window using Grep Console plugin.
Also, if you want better support for logging standard module in PyCharm then please vote for issue PY-8408 – logging module integration into PyCharm
logging