Allow showing debug information
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3388207. --> Reported by: [fjgarlin](https://www.drupal.org/user/2495842) Related to !45 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The parent issue removed all debug information which can be helpful in many cases, especially when working on certain MRs or issues.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>We no longer have debug information in any MR.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Options could be:<br> - To redact certain information from an output dump. ie: <code>export | sed ...</code><br> - To add a DEBUG variable, turned off by default, to control this. The code could be as simple as <code>[[ DEBUG == "1" ]] &amp;&amp; export || true</code></p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>MR</p> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3> > Related issue: [Issue #3388079](https://www.drupal.org/node/3388079)
issue