-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
ballerina-platform/module-ballerina-log
#1379Labels
Area/LibraryCredits/20HacktoberfestPriority/HighReason/EngineeringMistakeThe issue occurred due to a mistake made in the past.The issue occurred due to a mistake made in the past.Type/Buggood first issueGood for newcomersGood for newcomersmodule/log
Description
Description
If there is another filed called message the original message will get overridden.
Steps to Reproduce
import ballerina/log;
type MyMessage record {|
string message;
|};
public function main() {
MyMessage myMessage = { message: "secondary message" };
log:printInfo("main message", (), (), myMessage);
}time=2025-09-10T15:55:53.001+05:30 level=INFO module=manu/log_bug message="secondary message"Version
Ballerina 2201.9.2 (Swan Lake Update 9)
Environment Details (with versions)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area/LibraryCredits/20HacktoberfestPriority/HighReason/EngineeringMistakeThe issue occurred due to a mistake made in the past.The issue occurred due to a mistake made in the past.Type/Buggood first issueGood for newcomersGood for newcomersmodule/log
Type
Projects
Status
In Progress