Comment 1 for bug 1274460

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Not only that, if you have something like this:
"""
output=$(some command)
# output has "-e: option unknown"
juju-log "$output"
"""

juju-log won't log the output, but an error of its own (since it doesn't know the -e option).