Disable logging raw AI input and output by default
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3550461. --> Reported by: [murz](https://www.drupal.org/user/157092) Related to !935 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>While adding the "AI Observability module" we kept the logging of raw AI input and output enabled by default. But in real cases, the input and output data size can be large, so, I think it's better to disable logging them by default, but keep the ability to enable logging, if needed.</p> <h4 id="summary-steps-reproduce">Steps to reproduce (required for bugs, but not feature requests)</h4> <p>1. Put a large text into the AI prompt.<br> 2. See a huge log record with full request and response.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Disable logging raw AI input and output by default.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3>Optional: Other details as applicable (e.g., User interface changes, API changes, Data model changes)</h3>
issue