mod: include timestamps for logging

This commit is contained in:
2025-11-02 21:31:56 +01:00
parent ba15f4e93f
commit c5d674ac5c

View File

@@ -7,7 +7,7 @@ pub fn build(b: *std.Build) void {
const zlog = b.dependency("zlog", .{
.target = target,
.optimize = optimize,
.timestamp = false,
.timestamp = true,
.stderr = false,
.file = "log",
});