RobbiewOnline·3 lata temu·discussThat's greatI'm pretty sure that you can achieve this..grep -i -e "error" -e "warning" application.logWith the or/pipe, e.g .."error|warning"
RobbiewOnline·3 lata temu·discussKudos on the site & no ads.Like others have said you could have affiliate deals with the game publishers direct, so there will be no in your face adverts.You could also have banner ads that are complimentary.Perhaps you don't need money, but personally I'd capture what I could as over 10 years that would be substantial.You would then have extra reserve savings for yourself in case your circumstances change, or you could hand it over to charitiesLove what you're doing regardless
I'm pretty sure that you can achieve this..
grep -i -e "error" -e "warning" application.log
With the or/pipe, e.g ..
"error|warning"