Skip to content

Commit 56e1f51

Browse files
committed
Update LogEntry message to clarify source and log level descriptions
1 parent 9f6199c commit 56e1f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ message LogEntry {
3838
string process_name = 2; // Name of the process that generated the log entry.
3939
uint64 process_id = 3; // Process ID of the log entry.
4040
uint64 thread_id = 4; // Thread ID of the log entry.
41-
string source = 5; // Source of the log entry, such as "Blueye App", "Drone Supervisor", etc.
42-
LogLevel level = 6; // Log level, info, warning, or error.
41+
string source = 5; // Source of the log entry (specific class or named logger).
42+
LogLevel level = 6; // Log level, info, warning, error, etc.
4343
string message = 7; // Log message.
4444
}
4545

0 commit comments

Comments
 (0)