What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Demonbuddy the folder "Logs" become very big

eghoo

New Member
Joined
May 23, 2013
Messages
7
Reaction score
0
Greetings,

The folder "Logs" become very big:(, the pasted photo for yr info.
Anyway to prevent the Logs folder from becoming biger and bigger ?
Logs folder becomes very big.webp
Thank you so much.

I'm using the Relogger : Yet Another Relogger [0.1.9.2]

Don't know if it's generated by the relogger,
But this relogger is a much as I bot.

tks.
 
just vlear the folder,157mb is not that much tho
 
just vlear the folder,157mb is not that much tho
I bot 9 sessions per computer,
and if I keep 20 computers running , it's too much work to clear the folders....
Is there any settings can stop it generating the log infos ?

tks.
 
I bot 9 sessions per computer,
and if I keep 20 computers running , it's too much work to clear the folders....
Is there any settings can stop it generating the log infos ?

tks.

No way you can do that, reason why we have logs is so if any issue, it's documented down so we can help you figure out what's wrong :)

You just gotta clear them from time to time.
 
Code:
@echo off

set min_minutes=5
set max_minutes=5
set /a min_seconds=%min_minutes%*60
set /a max_seconds=%max_minutes%*60
set /a range=(%max_seconds%+1)-%min_seconds% 
set /a rand=%random%%%(%range%)+%min_seconds%
set /a timer=%rand%

:START

del /Q C:\DB\Logs\*.*

timeout /t %timer%

GOTO START

Edit C:\DB\Logs save as bat script and convert to hidden exe. Other way is creating plugin for Demonbuddy which turns off log to file.
 
Thank you both,
I will start to learn bl4ck 's suggestion.
tks.:D
 
Back
Top