semmyk commited on
Commit
331205c
·
1 Parent(s): 8f9785a

baseline08_beta01.3_28Sept25: fixing oauth_token, log get-login_token

Browse files
Files changed (1) hide show
  1. ui/gradio_ui.py +2 -0
ui/gradio_ui.py CHANGED
@@ -87,6 +87,8 @@ def convert_batch(
87
 
88
  # get token from logged-in user:
89
  api_token = get_login_token(api_token_gr)
 
 
90
 
91
  try:
92
  ##SMY: might deprecate. To replace with oauth login from Gradio ui or integrate cleanly.
 
87
 
88
  # get token from logged-in user:
89
  api_token = get_login_token(api_token_gr)
90
+ ##SMY: Strictly debug. Must not be live
91
+ logger.log(level=30, msg="Commencing: get_login_token", extra={"api_token]": api_token, "api_token_gr": api_token_gr})
92
 
93
  try:
94
  ##SMY: might deprecate. To replace with oauth login from Gradio ui or integrate cleanly.