0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 14 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bumping version number for a bugfix release More... almost 14 years ago
Fixing some tiny bugs More... almost 14 years ago
A friendly reminder to use pip. More... almost 14 years ago
Fixing a test that assumed pk=1 for the logged message, and adding get_latest_by to the DatabaseHandler's Log model in the meantime. More... almost 14 years ago
Fixing a test that assumed a certain urlconf and didn't specify log level. More... almost 14 years ago
Merge branch 'master' of git://github.com/LeeMobile/jogging More... almost 14 years ago
Fixed issue with Global logging handlers not getting set if the user has set the LOGGING setting. Fixed tests a bit. Fixes #5 More... almost 14 years ago
Fixed the bug where jogging crashes on Python 2.4. Removed an unexpected argument passed to the Python Logging class. More... almost 14 years ago
Updated the handlers module to get the host name from the platform module rather than the os module. Fixes #6 More... almost 14 years ago
Updating setup.py for v0.2.1 More... almost 14 years ago
Updating README for a release with the typo fix. Thanks, Evan Miller. More... almost 14 years ago
typo fix More... almost 14 years ago
Updating the README to show v0.2 More... about 14 years ago
Bumping the version number. More... about 14 years ago
Fixing a bug where specifying 'handlers' for a non-root logger, but no 'level' and 'GLOBAL_LOG_LEVEL', would cause the log level of that non-root handler to default to the log level of the root handler instead of the log levels of the handlers under that logger. (phew) More... about 14 years ago
Giving tests their own settings file and stuff, so they can be run regardless of settings.LOGGING More... about 14 years ago
Updating README with some recent changes. More... about 14 years ago
Squelching exceptions in case of an exception saving the log message. More... about 14 years ago
Thanks for contributing, AUTHORS More... about 14 years ago
Added tests More... about 14 years ago
Fixed an issue with setting level and handlers together for a particular logging source More... about 14 years ago
Merged changes by Brian Luft More... about 14 years ago
Merged Dana Spiegel's changes to add a host field to the database and email loggers More... about 14 years ago
exceptionのsourceからquery削除, adminのmsgをabbrev_msgに変更 More... about 14 years ago
Moved initialization out of middleware and into models so that it will work in management commands Added a field called "host" to models to contain os.uname[1], so we can ensure that when running with database logging in a clustered configuration, we can differentiate different machines Added automatic fill-in of "host" attribute on Log model added host to list_display, search_field, and list_filter in admin.py added host to EmailHandler message More... about 14 years ago
例外生成文言をユニコード文字列からバイナリ文字列に変更 More... about 14 years ago
Add readme.ja.rst More... about 14 years ago
exception に request 内容追加 More... about 14 years ago
arguments to log were crashing in 2.5 More... about 14 years ago
args to the logging functions weren't being passed through from the wrapper More... about 14 years ago