chore: Add minLogLevel to config
- This helps during development and debugging
- Sets example app to use Trace as minLogLevel
How to test?
- Setup OAuth in local GDK.
- Start Web IDE example app and enter information for Auth Type
OAuth
. - You should see logs in the console for when
OAuthClient
is being used.
Please note! The OAuth app will redirect to the original URL after the OAuth handshake is finished. In this case, the original URL will be the example app. This means you'll have to hit Start again to actually launch the Web IDE. This is being addressed in a separate MR.
Edited by Paul Slaughter