Ariel Shaqed (Scolnicov)
12/14/2022, 3:01 PM{
"timestamp": "2022-12-14T12:00:00Z",
"message": "Created new branch 'development' from 'master'",
"level": "INFO",
"user": "user1"
}
{
"timestamp": "2022-12-14T12:01:00Z",
"message": "Committed changes to branch 'development'",
"level": "INFO",
"user": "user1",
"commit_id": "deadbeef123456"
}
{
"timestamp": "2022-12-14T12:02:00Z",
"message": "Merged branch 'development' into 'master'",
"level": "INFO",
"user": "user1",
"commit_id": "deadbeef123456"
}
{
"timestamp": "2022-12-14T12:03:00Z",
"message": "Failed to access file 'myfile.txt': Permission denied",
"level": "ERROR",
"user": "user2",
"file_path": "/data/myfile.txt"
}
In these examples, each log message includes a timestamp, a message describing the event that occurred, a log level indicating the severity of the event, and other relevant details, such as the user who performed the action and the ID of the commit. These log messages can be used to track and monitor the activities of lakeFS users and to troubleshoot any errors or issues that may occur.Adi Polak
12/14/2022, 7:15 PM