Logging configuration

I am trying to configure the RTT log output for my project and somehow getting less and less log output.

After a few lines, the buffer seems to overrun and no more log is saved during startup.

Hence, my question:

  1. What options are relevant for what is logged to RTT?
  2. how much is buffered in the RTT log buffer?
  3. Is there a way of excluding modules from logging?
  4. What do I need to take care of in order to buffer as much logging as possible before I connect the RTT viewer?
Related