Skip to content

LoggerRunSettings not working to set verbosity #10369

@rcocks-hl

Description

@rcocks-hl

Description

When I run:

dotnet test -v:q --logger "console;verbosity=minimal"  --settings .\.runsettings <project>

Then I get quiet build logging and normal verbosity logging.

But when I drop the --logger switch and rely on the LoggerRunSettings block in my .runsettings file, then I don't get normal verbosity output.

<LoggerRunSettings>
    <Loggers>
        <Logger friendlyName="console" enabled="True">
            <Configuration>
                <Verbosity>normal</Verbosity>
            </Configuration>
        </Logger>
    </Loggers>
  </LoggerRunSettings>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions