ctreffe / alfred

Alfred - A library for rapid experiment development
MIT License
10 stars 1 forks source link

Improve ListRandomizer Logging #204

Closed ctreffe closed 2 years ago

ctreffe commented 2 years ago

As we ware currently investigating a couple of issues regarding alfred's randomization features, it think it has become clear that we would benefit from additional log messages regarding the randomization in each experimental session. Something similar is already implemented for the MatchMaker in alfred3-interact. The MatchMaker logs the result of each session's matchin procedure on the info level.

I think the randomizer should do the same. Currently, there are no log messages from the randomizer on any log level whatsoever.

ctreffe commented 2 years ago

See #205 for an alternative explanation: The randomizer might have log messages, but because of an unhandled exception somewhere in the randomization procedure, these messages are never logged.