feat: identify userspace logs by user and image

This commit is contained in:
2026-08-22 18:48:38 +02:00
parent 8a74b771e1
commit ffc9756e67
7 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ static void log(LogLevel level, const char* msg) {
snprintf(line, sizeof(line),
C_DIM "%s" C_RESET " %s%s" C_RESET " %s",
ts, color, tag, msg);
montauk::write_log("init", line);
montauk::write_log(line);
}
static void log_ok(const char* msg) { log(LOG_OK, msg); }