Skip to content

Commit 3b6779e

Browse files
committed
fix: 调整日志属性添加
1 parent 2be1951 commit 3b6779e

File tree

1 file changed

+1
-1
lines changed
  • framework/src/Bing.Logging/Bing/Logging

1 file changed

+1
-1
lines changed

framework/src/Bing.Logging/Bing/Logging/Log.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ protected virtual void ConvertStateToContent()
269269
{
270270
if (item.Value.SafeString().IsEmpty())
271271
continue;
272-
LogProperties.Add(item.Key, item.Value);
272+
LogProperties.Add(item);
273273
}
274274
}
275275

0 commit comments

Comments
 (0)