AllegroVivo / FroggeBotv6

GNU General Public License v3.0
0 stars 0 forks source link

Remove payload from stdout #1

Closed Mof10 closed 3 days ago

Mof10 commented 4 days ago

Currently, the payload received from the API is printed out to stdout. This behaviour makes it difficult to determine whether or not there was an error earlier in the app runtime due to the length of the payload.

I changed the behaviour in bot.py to instead write RuntimeLogs/payload.json instead so that the stdout is less cluttered.

I also added this new log folder to .gitignore.

Caveats: