Logging table

From MythTV Official Wiki
Jump to: navigation, search

Important.png Note: The correct title of this article is logging table. It appears incorrectly here due to technical restrictions.

The logging table is used as an internal MythTV logging area where messages from the various MythTV components are stored.

Table Description

Field Type Null Key Default Extra
id bigint(20) unsigned NO PRI NULL auto_increment
host varchar(64) NO MUL
application varchar(64) NO
pid int(11) NO 0
tid int(11) NO 0
thread varchar(64) NO
filename varchar(255) NO
line int(11) NO 0
function varchar(255) NO
msgtime datetime NO MUL NULL
level int(11) NO MUL 0
message varchar(2048) NO NULL