It is currently 13 Sep 2025, 13:34
   
Text Size

[Script] Reformat log files to legible html

by BetaSteward

Moderators: North, BetaSteward, noxx, jeffwadsworth, JayDi, TheElk801, LevelX, CCGHQ Admins

[Script] Reformat log files to legible html

Postby Forty-Bot » 05 Jul 2015, 15:01

I wanted to view my game logs in a more viewing-friendly way than html-ish, so I made a bash one-liner which adds linebreaks and a sensible background color.

Code: Select all
for file in *.txt; do cat "${file}"|sed ':a;N;$!ba;s/\n/\<br \/\>\n/g;s/\<body\>/body bgcolor\=\"\#222222\"/g' > "${file%%.*}.html"; done
Just run it in xmage/mage-client/gamelogs and it will create new html files (so your base logs don't get messed up). Hopefully others find this as useful as I did.
Forty-Bot
 
Posts: 2
Joined: 05 Jul 2015, 14:57
Has thanked: 0 time
Been thanked: 1 time

Re: [Script] Reformat log files to legible html

Postby LevelX » 05 Jul 2015, 17:16

It's a thing already longer on my list of tasks to cut the HTML and linebreaks to make the logs better readable.
User avatar
LevelX
DEVELOPER
 
Posts: 1677
Joined: 08 Dec 2011, 15:08
Has thanked: 174 times
Been thanked: 374 times

Re: [Script] Reformat log files to legible html

Postby Laqutis » 06 Jul 2015, 12:02

thx for the conversion bash file :). When i first found the game logs I was always under the assumption that a replay feature was "in the pipeline" but not implemented yet cause it seemed like the files were meant to be read by a program not a human reader lol

maybe someone could do the same for windows platforms as unless i am mistaken this is for linex/unix machines right ?
Laqutis
 
Posts: 63
Joined: 08 Feb 2015, 05:07
Has thanked: 0 time
Been thanked: 2 times

Re: [Script] Reformat log files to legible html

Postby Forty-Bot » 06 Jul 2015, 20:24

Laqutis wrote:maybe someone could do the same for windows platforms as unless i am mistaken this is for linex/unix machines right ?
I mean, you could always install cygwin. It's just standard unix utilities.
Forty-Bot
 
Posts: 2
Joined: 05 Jul 2015, 14:57
Has thanked: 0 time
Been thanked: 1 time


Return to XMage

Who is online

Users browsing this forum: No registered users and 15 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 15 users online :: 0 registered, 0 hidden and 15 guests (based on users active over the past 10 minutes)
Most users ever online was 7967 on 09 Sep 2025, 23:08

Users browsing this forum: No registered users and 15 guests

Login Form