Understand browser logs

If you encounter an issue during your Deephaven web session, looking at Deephaven's logs and your browser logs can help diagnose the issue. For instance, if:

  • The session unexpectedly terminates or stops: check the Code Studio Log tab and the ProcessEventLogs.
  • The UI appears incorrectly - check browser logs.
  • Functionality does not work - check both Deephaven's logs and the browser logs.

Browser Logs

To access browser logs in Chrome, click the Controls menu and choose More Tools > Developer Tools.

img

Click the Console tab. This is where known issues will be logged.

img

Next to the Filter field, we recommend selecting all levels:

img

You can also adjust the following settings to capture more detailed information in the logs. In the DevTools Controls menu, choose More Tools > Settings:

img

Under Console, you can choose to Log XMLHttpRequests, Show timestamps, etc.:

img

Getting help

Whenever you encounter a problem, we recommend sending your logs to Deephaven Support. Right-click within the Console to save the file.

img