Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeralsing committed Apr 6, 2024
1 parent 53599ae commit 9cf28e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/cluster-gossip/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/asynkron/goconsole v0.0.0-20160504192649-bfa12eebf716
google.golang.org/protobuf v1.31.0
)

replace github.com/asynkron/protoactor-go => ../..
require github.com/asynkron/protoactor-go v0.0.0-20240406090656-8c90bda12e81

require (
Expand Down
2 changes: 1 addition & 1 deletion examples/cluster-gossip/node2/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func main() {

func coloredConsoleLogging(system *actor.ActorSystem) *slog.Logger {
return slog.New(tint.NewHandler(os.Stdout, &tint.Options{
Level: slog.LevelError,
Level: slog.LevelDebug,
TimeFormat: time.RFC3339,
AddSource: true,
})).With("lib", "Proto.Actor").
Expand Down

0 comments on commit 9cf28e8

Please sign in to comment.