mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
mcp: update logging scope to use mcp instead of app
This commit is contained in:
@@ -131,7 +131,7 @@ fn run(allocator: Allocator, main_arena: Allocator) !void {
|
||||
};
|
||||
},
|
||||
.mcp => {
|
||||
log.info(.app, "starting MCP server", .{});
|
||||
log.info(.mcp, "starting server", .{});
|
||||
|
||||
log.opts.format = .logfmt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user