-
Notifications
You must be signed in to change notification settings - Fork 479
Server Output
The Server output log lets you view messages generated by database scripts and procedures directly in the SQL Editor. This feature helps debug queries, monitor script execution, and track informational or warning messages from the server.
Before executing scripts, enable the Server output log:
-
In the SQL Editor toolbar, click Show server output button (
).
-
Run your SQL queries or procedural scripts.
Tip: Scripts typically use statements like
RAISE
(PostgreSQL) orSET
to show more detailed information. For details about log message types, see your database system’s documentation.
After executing the scripts, switch to the Output tab.
To quickly find a specific log type your search text into the search field at the top of the Output tab. Matching logs appear instantly.
Tip: Clear the search field to see all logs again.
To simplify viewing specific message types, filter logs:
- In the Output tab toolbar, click Filter button (
).
- Select the log message types you want to display:
- Debug
- Log
- Info
- Notice
- Warning
- Error
Filtering only affects displayed logs - it doesn't change what's stored or generated by your database scripts.
To wrap long log messages in the Output tab:
- In the Output tab toolbar, click the settings button (
).
- Select the Wrap mode checkbox.
- Getting started
- Create connection
- Connection network options
- Supported databases
-
Drivers management
- Database authentication methods
- Database navigator
- Properties editor
- Data editor
- SQL editor
-
Entity relation diagrams
- Cloud services
-
AI Smart assistance
- Data transfer
- General user guide
- Administration
- Server configuration
-
Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
-
Secret management
- Logs
-
Query manager
- Workspace location
- Command line parameters
-
Session manager
- Deployment options
- CloudBeaver Editions
- FAQ
- Development