Problem/Motivation

The module is missing config schemas for the prompt_logging_output and prompt_logging_bundles properties.

On D11, configuration schemas are now enforced and causes the site to crash if unaddressed.

Steps to reproduce

Inspect the configuration with the config inspector module.

Proposed resolution

Add the missing schema.

Remaining tasks

Provide MR.

Issue fork ai_logging-3570112

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

codebymikey created an issue. See original summary.

codebymikey’s picture

Issue summary: View changes

prompt_logging_bundles does not appear to be used, but is being added.

A post update hook should be added to convert the prompt_logging_output to a boolean, and remove the prompt_logging_bundles.

scott_euser made their first commit to this issue’s fork.

scott_euser’s picture

Status: Active » Needs review

Thanks for catching it! Added MR