You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just testing some logging in #11261 and here's an excerpt:
INFO: Access token expires at 2024-10-05 16:20:00[Z], so we are refreshing it.
paź 05, 2024 7:20:31 PM com.oracle.truffle.host.HostMethodDesc$SingleMethod$MHBase invokeHandle
WARNING: Refresh token request failed with status 401 Unauthorized: Invalid refresh token..
paź 05, 2024 7:20:31 PM com.oracle.truffle.host.HostMethodDesc$SingleMethod$MHBase invokeHandle
INFO: Access token expires at 2024-10-05 16:20:00[Z], so we are refreshing it.
The class name com.oracle.truffle.host.HostMethodDesc$SingleMethod$MHBase invokeHandle is not really expected.
I'd rather expect something along Standard.Base.Enso_Cloud.Internal.Authentication there, since that's the class name we use getLogger for:
Hubert Plociniczak reports a new STANDUP for the provided date (2024-11-11):
Progress: Figured out a way to test stdlib logging. CI appears to be a bit off, investigating. Otherwise, just trying to figure out #11389. It should be finished by 2024-11-11.
Next Day: Next day I will be working on the #11389 task. Continue investigating the issue
I was just testing some logging in #11261 and here's an excerpt:
The class name
com.oracle.truffle.host.HostMethodDesc$SingleMethod$MHBase invokeHandle
is not really expected.I'd rather expect something along
Standard.Base.Enso_Cloud.Internal.Authentication
there, since that's the class name we usegetLogger
for:The text was updated successfully, but these errors were encountered: