Re: SQL log from ec.saveChanges
Re: SQL log from ec.saveChanges
- Subject: Re: SQL log from ec.saveChanges
- From: Kieran Kelleher <email@hidden>
- Date: Mon, 21 Feb 2005 21:59:46 -0500
If you are using MySQL on OS X for development for example, an
alternative that I like is using "tail -f /var/log/mysql.log" on the
command line which shows the raw SQL hitting the server whizzing by in
a terminal window separate to my app logging in the XCode run log
console. Works best in local development so that only your local dev
app SQL is showing.
Regards, Kieran
On Feb 21, 2005, at 7:15 PM, Art Isbell wrote:
On Feb 21, 2005, at 1:09 PM, Mark Edwards wrote:
You could just put:
EOAdaptorDebugEnabled=true
in the Properties file to get the output in the console during
development.
But be sure to remember to remove this property prior to deploying the
app! To avoid this potential problem, instead specify
"-DEOAdaptorDebugEnabled=true" as a launch argument used only during
development.
Aloha,
Art
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden