Mythlog table

From MythTV Official Wiki
Jump to: navigation, search

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

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

Table Description

Field name Type Null Key Default Extras
logid int(10) unsigned PRI NULL auto_increment
module varchar(32)
priority int(11) 0
acknowledged tinyint(1) YES 0
logdate datetime YES NULL
host varchar(128) YES NULL
message varchar(255)
details text YES NULL