Hi!

When you startup drizzle now is logging error messages based on how verbose you 
want it to be. By default we use --verbose=ERROR which will catch any error 
messages.

A couple of other notes:

1) The error log uses stderr until an error plugin is loaded, at which points 
it switches to that module.

2) If you are hacking on the code, please use sql_perror() for any errno 
related error messages. For everything else please use 
drizzled::errmsg_printf(). These are for system level error messages, not use 
messages.

3) When adding messages to the code, please do not add "\n" to the messages. 
The logging modules will handle formatting.

4) If you want to see the "basics" of startup, I would suggest starting up with 
--verbose=INFO.

Cheers,
        -Brian


_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to