Skip to content

Commit d810680

Browse files
author
oleina
committed
use default logging level from useState
1 parent f4d9bf6 commit d810680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const App = () => {
204204
]);
205205
},
206206
getRoots: () => rootsRef.current,
207-
defaultLoggingLevel: "debug"
207+
defaultLoggingLevel: logLevel
208208
});
209209

210210
useEffect(() => {

0 commit comments

Comments
 (0)