Skip to content

Commit

Permalink
Merge pull request #1208 from DuendeSoftware/joe/logging-whitespace
Browse files Browse the repository at this point in the history
Add whitespace to logs from TokenRequestValidator
  • Loading branch information
brockallen committed Mar 13, 2023
2 parents b05f8fb + 756cf0a commit 2c5dcca
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1228,7 +1228,7 @@ private void LogWithRequestDetails(LogLevel logLevel, string message = null, obj
}
else
{
_logger.Log(logLevel, message + "{@values}, details: {@details}", values, details);
_logger.Log(logLevel, message + " {@values}, details: {@details}", values, details);
}

}
Expand Down

0 comments on commit 2c5dcca

Please sign in to comment.