https://pulumi.com logo
Title
f

full-artist-27215

06/25/2021, 1:57 PM
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

billowy-army-68599

06/25/2021, 1:59 PM
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

full-artist-27215

06/25/2021, 2:03 PM
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

billowy-army-68599

06/25/2021, 2:05 PM
if it's getting truncated it should be! can you file an issue with support?
f

full-artist-27215

06/25/2021, 2:06 PM
I've gotta run at the moment, but I'll raise that with support when I get back!
s

stocky-spoon-28903

06/25/2021, 7:51 PM
That does support multi line logging
And does not truncate