I already posted in the openhabian thread.
Yes, blue is hard to read, but there are only so many colors and I think the prefixes of the Threads are not that importand.
But I just improved this by making the Threads in event.log cyan, too.
Given that multitail can tail logs on a remote host (which is worth installing it for that alone) I wrote a quick Ansible Role that will install multitail and your color scheme so I can install it on several of my hosts.
Here it is for those who like Ansible.
I’m using the standard Ansible folder layout (i.e. roles/rolename/tasks/main.yml and role/rolename/vars/main.yml)
It installed to /opt/local for me, not sure if that is standard. But it meant I had to add it to my path. I use fish so there is a task there to add it to my fish.conf. If you use another shell you will need to update that task.
I run openHAB in a Docker container and my logs end up in another location so I have some tasks to change it so the color coding works.
For the curious, to tail a log on a remote machine (assuming you have ssh key based logins set up)
I’m probably being dense, but I followed the instructions from github, added the github raw text to the multitail conf file, and it’s still in black and white. Have I missed something?
I had problems, too, but then I placed the raw text right after “Oracle GoldenGate definition” and before PowerDNS definition (chosen randomly), I had the feeling, that the very last lines in /etc/multitail.conf are meant for other things…