Comment 2 for bug 1489824

Revision history for this message
Stan Lagun (slagun) wrote :

This cannot be fixed without writing our own parser of MuranoPL classes that would be not strictly YAML based. I'm not sure this can be solved even by custom YAML parser because the bug is likely to be in YAML format itself.

Possible workaround:

1)

- $message: 'debug: {0}'
- $log.debug($message, param)

2)
- !yaql "$log.debug( 'debug: {0}', param)"