You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
In my configuration I have lines that are formatted something like:
[MyMachine 00:12:12] Here is a log message that tells me something about what's happening
When the log messages get relatively long, things start looking like this:
[MyMachine 00:12:12] Here is a log message that tells me something | about what's happening | [MyMachine 00:12:12] Here is a log message that tells me something | about what's happening | [MyMachine 00:12:12] Here is a log message that tells me something | about what's happening | [MyMachine 00:12:12] Here is a log message that tells me something | about what's happening | [MyMachine 00:12:12] Here is a log message that tells me something | about what's happening | ^ Right margin
I would prefer them to look like this:
[MyMachine 00:12:12] Here is a log message that tells me something | about what's happening | [MyMachine 00:12:12] Here is a log message that tells me something | about what's happening | [MyMachine 00:12:12] Here is a log message that tells me something | about what's happening | [MyMachine 00:12:12] Here is a log message that tells me something | about what's happening | [MyMachine 00:12:12] Here is a log message that tells me something | about what's happening | ^ Right margin
Is there any existing plugin that will help me accomplish this? I was thinking that separating the left and right components in their own divs would accomplish what I want. I could look into making my own plugin but if something is already available that will of course be preferable.