Remove redundant instance prefix from logger

This commit is contained in:
2025-10-14 19:46:43 +02:00
parent ef3478e2a3
commit 02909c5153
2 changed files with 8 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ type Process struct {
Created int64 `json:"created,omitempty"` // Unix timestamp when the instance was created
// Logging file
logger *InstanceLogger `json:"-"`
logger *Logger `json:"-"`
// internal
cmd *exec.Cmd `json:"-"` // Command to run the instance