This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Table of contents
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.
Open server output log
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) orSETto show more detailed information. For details about log message types, see your database system’s documentation.
View log messages
After executing the scripts, switch to the Output tab.
Search log messages
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.
Filter log messages
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.
Wrap log messages
To wrap long log messages in the Output tab:
CloudBeaver Documentation
- 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

