Program logs | CerebroSQL
top of page
CerebroSQL

Program logs

 

The program implements many levels of logging processes, kernel, threads

The program operation logs are a mechanism for determining both problems in the system core and obtaining complete information about the operation of certain modules / processes 

General form - log work
Системный лог

System log

All system messages of the kernel are sent to it, almost all windows except for the query editor

Program log

Each system log entry is first dumped into a file  CerebroSQL.log in ./logs directory  

Логирование выполненных запросов

Completed Requests

 

All running queries are shown in the Current SQL tab of the Logs window before execution

query history
Логирование команд DDL выполненных в редакторе запросов

DDL commands

All executed commands in the query editor are separately displayed on the tab " Command list "

Command log
Error log

error log

Error log

Monitoring of errors of the " ORA-***** " family for all program modules.

Also, this module allows you to save a description of errors encountered in Oracle, PostgreSQL, MySQL and MS SQL Server databases and how to fix them.

Проверки структуры локальных баз программы

Checking the structure of local databases

 

The database check log serves to control the maintenance of the database by the system kernel. The database check is launched when the program starts.

Check local database
bottom of page