Interlooper
Interlooper•10mo ago

Quick question: when we change

Quick question: when we change secretKeys on a workflow, do we need to rebuild nodes that use those secret keys?
4 Replies
Gaurav Chadha
Gaurav Chadha•10mo ago
Hi @Interlooper, if you change/update values of the secretKeys from the Secrets Manager, you won't have to update the node again but you'll have to deploy your workflow again.
Interlooper
Interlooper•10mo ago
One more while you are here 🙂 Is there a way to increase number of logs or maybe turn off execution logs? Some of my logs are not showing because node execution logs spend all the log counts for a workflow.
Gaurav Chadha
Gaurav Chadha•10mo ago
I didn't get it by increasing the number of logs here? Logs helps in debugging, you can try adding a log node explicitly after each step to get all the node data.
Interlooper
Interlooper•10mo ago
Pardon I meant log entries. We only have 100 and it is mostly used for logging node excution. When I use a node to console log my variables, my log gets buried under the execution logs, and I dont see it.