Is there any way to have multi-line messages attac...
# general
f
Is there any way to have multi-line messages attached to various Pulumi operations? I'm looking to add a bit of metadata to the automated runs we're doing just to add a bit more visibility on what's going on in our pipelines. As it is, whenever my
--message
value is too long, it's truncated in the Pulumi webapp, and there doesn't appear to be any way to see the full value. Is there anything I'm missing? Thanks!
b
what kind of messages are you including? you can log directly from your program as well if that helps? https://www.pulumi.com/docs/intro/concepts/logging/
(this should support multi line messages)
f
Hrmm... hadn't considered that, but it may come in handy. Basically, what I've been trying to do is add a message (as you might with a git tag) that would have information like a link to the CI run that was responsible for this particular deployment, just to help link things together.
I'll check out the logging, though; thanks for the tip
b
if it's getting truncated it should be! can you file an issue with support?
f
I've gotta run at the moment, but I'll raise that with support when I get back!
s
That does support multi line logging
And does not truncate