The SDK current uses slog, whereas all of the monorepo uses the geth logger, including tests (testlog package).
Let's change the SDK to use the geth logger for compatibility.
The test-logger also has good formatting with tests (handles filename padding etc.)