Skip to content

Logs are messy when twiddling is enabled in a project #104

@Auroriax

Description

@Auroriax

Describe the bug
Logs are messy when twiddling is enabled in a project:

  1. During AGAIN turns, sometimes twiddles will be reported multiple times, even though they only ran a single time during the actual turn. (Probably similar to Using again can cause tweens from current and next turn to play at the same time #95 )
  2. With both verbose_logging and twiddle debugging enabled, some logs are dropped. (Probably need to manage the logging mode properly, there have been some changes to logging since the visual debugger was added).

There might be more underlying issues, but fixing the logging should help dig up any deeper problems.

Reproduction Steps

  1. Run a game with again & twiddles (e.g. metadata twiddle example on the conveyor belt)
  2. Enable both verbose & twiddle logging
  3. Both behaviours as described above.

What did you expect would happen?
Clean logs, reported twiddles match actual twiddles

OS & Browser version, desktop/mobile
Latest Firefox on Windows 10

Screenshots, example projects, other relevant issues, etc.
Notice the lack of input reporting, weird newlines, etc.
afbeelding

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions