C3 AI Documentation Home

C3 Server Logs

You can use VSCE to see server logs in real time. Logs are enabled by default.

How to see logs

While you're connected to your environment, open the OUTPUT tab in VS Code. If you can't find the OUTPUT tab, you may need to open it by using a shortcut. Use Ctrl + Shift + M for Windows, and Command + Shift + M for Mac.

In the dropdown menu of the OUTPUT tab, choose C3 Server Logs. You should see your logs output in real time.

server logs

Large logs

If there are too many logs, you may not be able to see your entire log through the VS Code output. You can choose to view logs as a text file by opening the logs folder directly.

  1. Open the VS Code Command Palette using Ctrl + Shift + P for Windows, or Command + Shift + P for Mac.
  2. Type Developer: Open Extension Logs Folder and press Enter.
  3. You can find C3 Server Logs, as well as other logs generated by your extensions in this folder.
Was this page helpful?