[dev] Horde logging.

Jon Parise jon at horde.org
Thu Sep 27 22:07:45 PDT 2001


On Thu, Sep 27, 2001 at 05:36:22PM -0400, Frederic Trudeau wrote:

> can I put all loggin info in a mysql db ? If so, what are the mysql tree
> that I must create. thanks

Sure.  Here's the table schema:

    CREATE TABLE log_table (
        unixtime    int NOT NULL,
        ident       char(16) NOT NULL,
        priority    int,
        message     varchar(200),
        primary key (unixtime, ident)
    );

-- 
Jon Parise (jon at csh.rit.edu)  .  Information Technology (B.S.)
http://www.csh.rit.edu/~jon/  :  Computer Science House Member




More information about the horde mailing list