How to display logs which where output using `pulu...
# typescript
s
How to display logs which where output using
pulumi.log.debug()
?
g
Running Pulumi with the
-- debug
flag should show these.
s
Doesn't work here. I'm logging from within a custom dynamic provider, so maybe that's the problem.