Skip to content

chore: Add minLogLevel to config

Paul Slaughter requested to merge ps-oauth-logging into main
  • This helps during development and debugging
  • Sets example app to use Trace as minLogLevel

How to test?

  1. Setup OAuth in local GDK.
  2. Start Web IDE example app and enter information for Auth Type OAuth.
  3. 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

Merge request reports