pulumi/sdk/python/lib
Alex Clemmer 665b219a0e Allow log events to be marked "status" events
This commit will introduce a field, `IsStatus` to `LogRequest`. A
"status" logging event will be displayed in the `Info` column of the
main display, but will not be printed out at the end, when resource
operations complete.

For example, for complex resource initialization, we'd like to display a
series of intermediate results: `[1/4] Service object created`, for
example. We'd like these to appear in the `Info` column, but not at the
end, where they are not helpful to the user.
2018-08-30 17:17:20 -07:00
..
pulumi Allow log events to be marked "status" events 2018-08-30 17:17:20 -07:00
test Merge pull request #1586 from pulumi/swgillespie/fix-unknown 2018-07-02 14:55:03 -07:00
.pylintrc Reenable Pylint (#1024) 2018-03-09 15:11:37 -08:00
MANIFEST.in Include README in pypi package 2018-07-13 18:19:42 -07:00
setup.py Include README in pypi package 2018-07-13 18:19:42 -07:00