Expand
Expand
Expand
Expand
unify.Parameter("...")
also changes the behaviour of get_logs
, returning only the logs which include the parameter.
This behaviour can be change by setting unify.Parameter("...", mode="read")
which will only impact log getting,
and unify.Parameter("...", mode="write")
which will only impact log setting.