- Issue created by @MrDaleSmith
- Merge request !241Alter states api implementation to make clear no logging occurs if Log... → (Merged) created by MrDaleSmith
Automatically closed - issue fixed for 2 weeks with no activity.
The settings form for the AI Logging module allows for the Log response setting to be enabled when the Log requests setting is unset. However, the LogPostRequestEventSubscriber::logPostRequest() method will only ever log an output if prompt logging is enabled. This could cause confusion if users attempt to log only outputs.
Enable the module and its dependencies. Visit the settings form and set ONLY the Log response setting. Carry out an action that would be logged by the module. No log will be generated.
Update the implementation of the states API to hide all settings unless Log requests is set, reflecting the actual functionality of the module.
Active
1.0
Other Submodules
Automatically closed - issue fixed for 2 weeks with no activity.