I will admit that I write longer commit messages even though I saw a lot of people saying that longer commit messages are bad.
I would say that your messages should be meaningful, concise and not to verbose. Have in mind that your team members will probably go through them.
In my team when I submit PR that consists of a few commits my collegues go from commit to commit when doing the review and nice meaningful messages give them nice overview of what I did.