[FEATURE REQUEST] Add show_changes arg to file.(pre|ap)pend #67533
boltronics
started this conversation in
Feature Requests
Replies: 2 comments
-
|
The PR is failing a bunch of tests, but keeping this labeled as |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Just recreated the initial PR here: #69009 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I don't want sensitive lines logged, but would like to use
file.appendorfile.prependin my state files.Describe the solution you'd like
I'd like the
show_changesargument to be available here, similar tofile.managed.Describe alternatives you've considered
Not using
file.appendorfile.prepend. This is less than ideal.Additional context
Lots of
file.*states accept this argument.file.appendandfile.prependshould probably accept it too.Beta Was this translation helpful? Give feedback.
All reactions