Log file per single component

Having many components enabled my log file fills fast with lots of information making debugging of single component (or custom_component) a bit difficult.
It would be helpful if we could have the possibility to a log file per component or custom_component

You can specify logging level per component platform.

1 Like

Yes I do but when debugging multiple things it’s still big, and at every change of configuration you need to restart or reload, making a bit of a pain in debugging. Having a log file per component would help

grep is your friend.

Actually I think what would be more helpful would be keeping the last, say, 4 logs rather than deleting them on restart.