Skip to content

Commit

Permalink
Trace logging
Browse files Browse the repository at this point in the history
Signed-off-by: Fredy Wijaya <[email protected]>
  • Loading branch information
fredyw committed Jul 18, 2024
1 parent ec3279a commit 28b418a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/examples/swift/async_await/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ private struct ContentRow: Identifiable {

private extension EngineBuilder {
static let demoEngine = EngineBuilder()
.setLogLevel(.debug)
.setLogLevel(.trace)
.setLogger { _, msg in
print(msg, terminator: "")
}
Expand Down

0 comments on commit 28b418a

Please sign in to comment.