summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/logging.py
Commit message (Expand)AuthorAgeFilesLines
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-113/+0
* - default the root logger level only if unsetJason Kirtland2008-01-161-1/+2
* - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()...Jason Kirtland2008-01-111-26/+36
* redid the _for_ddl String/Text deprecation warning correctly [ticket:912]Mike Bayer2008-01-091-1/+1
* happy new yearMike Bayer2008-01-011-1/+1
* Removed a tab.Jason Kirtland2007-10-131-1/+0
* - ugh ! beta4 is double logging....fixed that....Mike Bayer2007-08-221-1/+2
* - tightened down the screws on logging a little bitMike Bayer2007-08-221-2/+7
* - restored engine.echo flagMike Bayer2007-08-221-0/+19
* -removed echo_property() function, moved logging checks toMike Bayer2007-08-211-27/+11
* dont commandeer warnings into loggerMike Bayer2007-08-171-3/+0
* re-jiggered (yes, thats a technical term) DeprecationWarning into SADeprecati...Mike Bayer2007-07-311-0/+4
* log-ify warnings module. get rid of one-per-customer deprecationwarning limit.Jonathan Ellis2007-07-301-3/+6
* document the 'echo' propertyMike Bayer2007-04-291-3/+10
* - added 'url' attribute to EngineMike Bayer2007-04-291-0/+6
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-2/+2
* thank you, SVN, for being completely idiotic and non-intutive. rolling back i...Mike Bayer2007-03-301-2/+2
* current progress with exec branchMike Bayer2007-03-291-2/+2
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-16/+17
* copyright updateMike Bayer2007-01-051-1/+1
* set global 'sqlalchemy' log level to ERROR so it is insulated from other logg...Mike Bayer2006-10-231-1/+3
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-171-1/+1
* some logging tweaks....its a little squirrelyMike Bayer2006-10-121-4/+6
* - merged loader_strategies branch into trunk.Mike Bayer2006-10-031-2/+3
* - added profiling to massaveMike Bayer2006-10-011-2/+4
* - logging is now implemented via standard python "logging" module.Mike Bayer2006-09-241-0/+69