|
View:
New views
10 Messages
—
Rating Filter:
Alert me
|
|
|
[Building Sakai] Favorite JDBC LoggersHello dev,
Does anyone have a favorite JDBC logger? I've looked a bit at P6Spy, JDBC Logger, and am now thinking log4jdbc looks potentially spiffing for use with Sakai. I'm interested in actually logging all statements, along with the thread they belong to and stuff. Not just tallying up statistics or total counts. Any opinions? Cheers, Steve _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Favorite JDBC LoggersSteven Githens wrote:
> Does anyone have a favorite JDBC logger? I've looked a bit at P6Spy, > JDBC Logger, and am now thinking log4jdbc > looks potentially spiffing for use with Sakai. I have used: http://rkbloom.net/logdriver/ even though it's a bit old (like P6Spy and JDBC Logger). Very straightforward. Seth _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Favorite JDBC LoggersI tried all three last year, liked log4jdbc the best, but ended up
focusing on JAmon because we _were_ more interested in stats and we could use Hibernate SQL-level logging to track down the most puzzling queries. Best, Ray On 11/6/09 1:27 PM, Steven Githens wrote: > Hello dev, > > Does anyone have a favorite JDBC logger? I've looked a bit at P6Spy, > JDBC Logger, and am now thinking log4jdbc > looks potentially spiffing for use with Sakai. > > I'm interested in actually logging all statements, along with the thread > they belong to and stuff. Not just tallying up statistics or total counts. > > Any opinions? > > Cheers, > Steve sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
[Building Sakai] Quick Subversion OSX Install NoteFor anybody who's having trouble installing a new version of subversion on
an OSX machine, which has version 1.4.4 tenaciously installed by default ( for Xcode ), and you can't get your svn --version command to switch to a later version no matter what you do, I found this little web entry helpful! http://thoms.posterous.com/upgrading-osx-subversion-client _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Quick Subversion OSX Install NoteCharlie,
You might check out the instructions I wrote on installing git and subversion: http://confluence.sakaiproject.org/display/KERNDOC/Installing+git Best, L Lance Speelmon Scholarly Technologist On Nov 7, 2009, at 8:49 PM, Charlie Macchia wrote: > For anybody who's having trouble installing a new version of subversion on > an OSX machine, which has version 1.4.4 tenaciously installed by default ( > for Xcode ), and you can't get your svn --version command to switch to a > later version no matter what you do, I found this little web entry helpful! > > http://thoms.posterous.com/upgrading-osx-subversion-client > > > > > _______________________________________________ > sakai-dev mailing list > sakai-dev@... > http://collab.sakaiproject.org/mailman/listinfo/sakai-dev > > TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Quick Subversion OSX Install NoteHi all,
I've never needed MacPorts for anything OS X related, the precompiled binaries work fine (for both Subversion and Git). It seems we are really pushing MacPorts in that article. When this came up on list before I thought we decided we would try to make things easier by pushing the binaries mostly? It gets a bit skipped in the flow. The original issue that Charlie reported was a PATH issue with the version of subversion that is installed in OSX being loaded as the default because the location for the new one was added to the PATH before the system one. This goes for other systems as well, that ship with older or multiple versions of libraries. Snow Leopard also includes Subversion 1.6.2 :) cheers, Steve On 09/11/2009, at 5:54 AM, Speelmon, Lance Day wrote: > Charlie, > > You might check out the instructions I wrote on installing git and > subversion: > http://confluence.sakaiproject.org/display/KERNDOC/Installing+git > > Best, L > > > Lance Speelmon > Scholarly Technologist > > On Nov 7, 2009, at 8:49 PM, Charlie Macchia wrote: > >> For anybody who's having trouble installing a new version of >> subversion on >> an OSX machine, which has version 1.4.4 tenaciously installed by >> default ( >> for Xcode ), and you can't get your svn --version command to switch >> to a >> later version no matter what you do, I found this little web entry >> helpful! >> >> http://thoms.posterous.com/upgrading-osx-subversion-client >> >> >> >> >> _______________________________________________ >> sakai-dev mailing list >> sakai-dev@... >> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev >> >> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... >> with a subject of "unsubscribe" > > _______________________________________________ > sakai-dev mailing list > sakai-dev@... > http://collab.sakaiproject.org/mailman/listinfo/sakai-dev > > TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... > with a subject of "unsubscribe" _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Quick Subversion OSX Install NoteAgree with you on that Steve. I also have never used or needed macports.
-AZ On Sun, Nov 8, 2009 at 9:50 PM, Steve Swinsburg <steve.swinsburg@...> wrote: > Hi all, > > I've never needed MacPorts for anything OS X related, the precompiled > binaries work fine (for both Subversion and Git). It seems we are > really pushing MacPorts in that article. When this came up on list > before I thought we decided we would try to make things easier by > pushing the binaries mostly? It gets a bit skipped in the flow. > > The original issue that Charlie reported was a PATH issue with the > version of subversion that is installed in OSX being loaded as the > default because the location for the new one was added to the PATH > before the system one. This goes for other systems as well, that ship > with older or multiple versions of libraries. > > Snow Leopard also includes Subversion 1.6.2 :) > > cheers, > Steve > > > On 09/11/2009, at 5:54 AM, Speelmon, Lance Day wrote: > >> Charlie, >> >> You might check out the instructions I wrote on installing git and >> subversion: >> http://confluence.sakaiproject.org/display/KERNDOC/Installing+git >> >> Best, L >> >> >> Lance Speelmon >> Scholarly Technologist >> >> On Nov 7, 2009, at 8:49 PM, Charlie Macchia wrote: >> >>> For anybody who's having trouble installing a new version of >>> subversion on >>> an OSX machine, which has version 1.4.4 tenaciously installed by >>> default ( >>> for Xcode ), and you can't get your svn --version command to switch >>> to a >>> later version no matter what you do, I found this little web entry >>> helpful! >>> >>> http://thoms.posterous.com/upgrading-osx-subversion-client >>> >>> >>> >>> >>> _______________________________________________ >>> sakai-dev mailing list >>> sakai-dev@... >>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev >>> >>> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... >>> with a subject of "unsubscribe" >> >> _______________________________________________ >> sakai-dev mailing list >> sakai-dev@... >> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev >> >> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... >> with a subject of "unsubscribe" > > _______________________________________________ > sakai-dev mailing list > sakai-dev@... > http://collab.sakaiproject.org/mailman/listinfo/sakai-dev > > TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" > -- Aaron Zeckoski (azeckoski (at) vt.edu) Senior Research Engineer - CARET - University of Cambridge https://twitter.com/azeckoski - http://www.linkedin.com/in/azeckoski http://aaronz-sakai.blogspot.com/ - http://tinyurl.com/azprofile _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Favorite JDBC LoggersThanks everyone. I did end up focusing on log4jdbc. It's pretty
lightweight, really easy to set up, flexible, and a pretty active project. I would like to spend some time checking out the Jamon scaffolding you guys have done for Sakai ( or just Jamon if it doesn't really need any scaffolding and just connects to the JVM ), to eventually wean myself off this 'free as in beer' Yourkit license. Megacheers, Steve Ray Davis wrote: > I tried all three last year, liked log4jdbc the best, but ended up > focusing on JAmon because we _were_ more interested in stats and we > could use Hibernate SQL-level logging to track down the most puzzling > queries. > > Best, > Ray > > On 11/6/09 1:27 PM, Steven Githens wrote: >> Hello dev, >> >> Does anyone have a favorite JDBC logger? I've looked a bit at P6Spy, >> JDBC Logger, and am now thinking log4jdbc >> looks potentially spiffing for use with Sakai. >> >> I'm interested in actually logging all statements, along with the >> thread they belong to and stuff. Not just tallying up statistics or >> total counts. >> >> Any opinions? >> >> Cheers, >> Steve _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Quick Subversion OSX Install NotePlease feel free to edit to your liking. If I am the only one that is enamored with MacPorts, then I will gladly move my recommendations off wiki. Best, L
Lance Speelmon Scholarly Technologist On Nov 8, 2009, at 4:50 PM, Steve Swinsburg wrote: > Hi all, > > I've never needed MacPorts for anything OS X related, the precompiled > binaries work fine (for both Subversion and Git). It seems we are > really pushing MacPorts in that article. When this came up on list > before I thought we decided we would try to make things easier by > pushing the binaries mostly? It gets a bit skipped in the flow. > > The original issue that Charlie reported was a PATH issue with the > version of subversion that is installed in OSX being loaded as the > default because the location for the new one was added to the PATH > before the system one. This goes for other systems as well, that ship > with older or multiple versions of libraries. > > Snow Leopard also includes Subversion 1.6.2 :) > > cheers, > Steve > > > On 09/11/2009, at 5:54 AM, Speelmon, Lance Day wrote: > >> Charlie, >> >> You might check out the instructions I wrote on installing git and >> subversion: >> http://confluence.sakaiproject.org/display/KERNDOC/Installing+git >> >> Best, L >> >> >> Lance Speelmon >> Scholarly Technologist >> >> On Nov 7, 2009, at 8:49 PM, Charlie Macchia wrote: >> >>> For anybody who's having trouble installing a new version of >>> subversion on >>> an OSX machine, which has version 1.4.4 tenaciously installed by >>> default ( >>> for Xcode ), and you can't get your svn --version command to switch >>> to a >>> later version no matter what you do, I found this little web entry >>> helpful! >>> >>> http://thoms.posterous.com/upgrading-osx-subversion-client >>> >>> >>> >>> >>> _______________________________________________ >>> sakai-dev mailing list >>> sakai-dev@... >>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev >>> >>> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... >>> with a subject of "unsubscribe" >> >> _______________________________________________ >> sakai-dev mailing list >> sakai-dev@... >> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev >> >> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... >> with a subject of "unsubscribe" > _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Quick Subversion OSX Install NoteFWIW, I also am enamored with MacPorts. :) Best, Ray On 11/9/09 7:08 AM, Speelmon, Lance Day wrote: > Please feel free to edit to your liking. If I am the only one that is enamored with MacPorts, then I will gladly move my recommendations off wiki. Best, L > > > Lance Speelmon > Scholarly Technologist > > On Nov 8, 2009, at 4:50 PM, Steve Swinsburg wrote: > >> Hi all, >> >> I've never needed MacPorts for anything OS X related, the precompiled >> binaries work fine (for both Subversion and Git). It seems we are >> really pushing MacPorts in that article. When this came up on list >> before I thought we decided we would try to make things easier by >> pushing the binaries mostly? It gets a bit skipped in the flow. >> >> The original issue that Charlie reported was a PATH issue with the >> version of subversion that is installed in OSX being loaded as the >> default because the location for the new one was added to the PATH >> before the system one. This goes for other systems as well, that ship >> with older or multiple versions of libraries. >> >> Snow Leopard also includes Subversion 1.6.2 :) >> >> cheers, >> Steve >> >> >> On 09/11/2009, at 5:54 AM, Speelmon, Lance Day wrote: >> >>> Charlie, >>> >>> You might check out the instructions I wrote on installing git and >>> subversion: >>> http://confluence.sakaiproject.org/display/KERNDOC/Installing+git >>> >>> Best, L >>> >>> >>> Lance Speelmon >>> Scholarly Technologist >>> >>> On Nov 7, 2009, at 8:49 PM, Charlie Macchia wrote: >>> >>>> For anybody who's having trouble installing a new version of >>>> subversion on >>>> an OSX machine, which has version 1.4.4 tenaciously installed by >>>> default ( >>>> for Xcode ), and you can't get your svn --version command to switch >>>> to a >>>> later version no matter what you do, I found this little web entry >>>> helpful! >>>> >>>> http://thoms.posterous.com/upgrading-osx-subversion-client >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> sakai-dev mailing list >>>> sakai-dev@... >>>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev >>>> >>>> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... >>>> with a subject of "unsubscribe" >>> _______________________________________________ >>> sakai-dev mailing list >>> sakai-dev@... >>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev >>> >>> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... >>> with a subject of "unsubscribe" > > _______________________________________________ > sakai-dev mailing list > sakai-dev@... > http://collab.sakaiproject.org/mailman/listinfo/sakai-dev > > TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" > _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
| Free embeddable forum powered by Nabble | Forum Help |