Seite 1 von 1

logs don't contain details

Verfasst: Do 3. Jan 2019, 17:39
von kom
Hi,
my daily logs loook like:
SPOILER
#####################################################
#### Log für: xxxxxxxxxxxxxxxxxxxxx
#### Beginn am: 2019-01-03 15:53:32
#### Bot Version: 5.1.0.0
#####################################################
and nothing more,
why? earlier there were details of all operations

Re: logs don't contain details

Verfasst: Do 3. Jan 2019, 17:54
von Robin
Hi kom,
try to set the log level to information (Global settings -> tick "Advanced settings" in the lower left corner" -> Logging)

Regards,
Robin

Re: logs don't contain details

Verfasst: Do 3. Jan 2019, 18:20
von kom
what should I choose for Log level?

Re: logs don't contain details

Verfasst: Do 3. Jan 2019, 19:19
von F0restbear
Debug or Info

Best regards
F0rest

Re: logs don't contain details

Verfasst: Do 3. Jan 2019, 19:57
von kom
Thx guys, there are already details in the log :)
however, the information only appears after the bot has been closed, is it correct?
can't I trace it live?

Re: logs don't contain details

Verfasst: Do 3. Jan 2019, 19:59
von Brummiheld82
Normally this must also work live.

Re: logs don't contain details

Verfasst: Do 3. Jan 2019, 20:06
von kom
It doesn't work like that for me :(
how can I fix it?

Re: logs don't contain details

Verfasst: Do 3. Jan 2019, 22:59
von F0restbear
Not sure if we mean the same thing.

You need to shut down your bot in order for it to save its generated log entries into the log folder on your pc.

But you also have the possibility to track it live, by selecting the account and then click on "Account-Log" in the second row of the bot's interface.

Hope that helps!


Best regards
F0rest

Re: logs don't contain details

Verfasst: Do 3. Jan 2019, 23:01
von Robin
Hi kom,
you can see the most current logs only in the bot itself (See "Account-Log"), the bot doesn't write every log entry directly to disk because that would have a heavy effect on both the bot and the disk, if enough accounts do that.
The bot does write all logs to the file on closing, though, so that no information gets lost. Also, if the logs exceed the 1000 log entries, the bot always writes five at once.

Regards,
Robin

Re: logs don't contain details

Verfasst: Do 3. Jan 2019, 23:37
von kom
Thank you guys!
I completely did not notice "Account-Log" in the bot itself, I was actually looking for information in files on the disk,
silly me,
now it's clear.