logfiles

Description

table that contains the recent log messages that were accumulated through crontab running of python programs. Solutions Control center queries this table and saves in nicer format in logfiles_reformatted table, which is used to display the log messages in the different tabs of its dashboard.

Columns

file_name varchar(256) NOT NULL

Options

display="true", null="true", search="false", type=""

file_data longtext DEFAULT NULL

Options

display="true", null="true", search="false", type=""

last_change timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()

Options

display="true", null="true", search="false", type=""