When a node's transition state is changed, workflow is logging the state change to watchdog. I'm migrating in thousands of nodes, and this is filling up the migrate message table. Migrate maintainer suggested patching workflow in this scenario: #1594678-5: Option to suppress notices.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1976992.patch | 8.63 KB | nancydru |
| #2 | 1976992-workflow-watchdog-optional-3.patch | 3.58 KB | bdone |
| #1 | Screenshot_4_22_13_4_05_PM.png | 120.91 KB | bdone |
Comments
Comment #1
bdone commentedattached patch adds an admin UI option and conditional watchdog logging:
Comment #2
bdone commentedforgot the patch
Comment #3
nancydruI don't think workflow_update_6100 is going to be executed on a 7.x site. I wasn't even aware it was still there; I need to yank it out.
Comment #4
nancydruHow does this look? [Sorry, includes another pet project...]
Comment #5
bdone commented$noyes = 'Yes!'
patch looks good, thanks!
Comment #6
nancydruYeah, I prefer No/Yes to a single checkbox.
Comment #7
nancydruCommitted
Comment #8
bdone commentedthanks!