Problem/Motivation

Sites updating from 8.x-1.x don't have the verbose_log config key as that was added in 2.x without an update function.

Steps to reproduce

Proposed resolution

Cast it to a bool. The alternative would be an update function to ensure it's set, but I've had plenty of bug reports in the past in modules like pathauto where people mix up config updates in update functions.

Remaining tasks

User interface changes

API changes

Data model changes

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

berdir created an issue. See original summary.

berdir’s picture

Status: Active » Needs review
alexpott’s picture

Status: Needs review » Reviewed & tested by the community

@berdir thanks!

  • alexpott committed a31c62cf on 2.1.x
    fix: #3586636 TypeError when verbose_log config setting is not set
    
    By:...
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.