Skip to content

Commit f419221

Browse files
committed
info
1 parent f5ca14b commit f419221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chaos_tests/chaos_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func setupDBOS(t *testing.T) dbos.DBOSContext {
162162
dbosCtx, err := dbos.NewDBOSContext(context.Background(), dbos.Config{
163163
DatabaseURL: databaseURL,
164164
AppName: "chaos-test",
165-
Logger: slog.New(slog.NewTextHandler(os.Stdout, &slog.HandlerOptions{Level: slog.LevelDebug})),
165+
Logger: slog.New(slog.NewTextHandler(os.Stdout, &slog.HandlerOptions{Level: slog.LevelInfo})),
166166
})
167167
require.NoError(t, err)
168168
require.NotNil(t, dbosCtx)

0 commit comments

Comments
 (0)