Format; add change note

This commit is contained in:
Chris Smowton
2023-07-28 14:16:30 +01:00
committed by GitHub
parent 6fa2d2764d
commit f08879a2df
2 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Logrus' `WithContext` methods are no longer treated as if they output the values stored in that context to a log message.

View File

@@ -15,9 +15,7 @@ module Logrus {
}
bindingset[result]
private string getAnEntryUpdatingMethodName() {
result.regexpMatch("With(Error|Fields?|Time)")
}
private string getAnEntryUpdatingMethodName() { result.regexpMatch("With(Error|Fields?|Time)") }
private class LogFunction extends Function {
LogFunction() {