mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Ref T184 Use CTokenBucket to throttle identical log messages.
This commit is contained in:
@@ -362,7 +362,7 @@ namespace BlackMisc
|
||||
BLACK_METAMEMBER(severity),
|
||||
BLACK_METAMEMBER(message),
|
||||
BLACK_METAMEMBER(args),
|
||||
BLACK_METAMEMBER(timestampMSecsSinceEpoch)
|
||||
BLACK_METAMEMBER(timestampMSecsSinceEpoch, 0, DisabledForHashing | DisabledForComparison)
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user