Skip to content

Commit

Permalink
update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Lombardi committed Apr 30, 2024
1 parent d89d646 commit 2b56c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/worker/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (r *ContainerLogger) CaptureLogs(containerId string, outputChan chan common
instance.LogBuffer.Write([]byte(msg.Message))
}

if msg.TaskID != nil {
if msg.TaskID != nil && msg.Message != "" {
log.Printf("<%s>:<%s> - %s\n", containerId, *msg.TaskID, msg.Message)
} else if msg.Message != "" {
log.Printf("<%s> - %s\n", containerId, msg.Message)
Expand Down
2 changes: 1 addition & 1 deletion sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beta9"
version = "0.1.7"
version = "0.1.8"
description = ""
authors = ["beam.cloud <[email protected]>"]
packages = [
Expand Down

0 comments on commit 2b56c59

Please sign in to comment.