Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-30 | skytools.skylog: added more fields to UdpTNetStringsHandler log message | martinko | |
2013-04-30 | skytools.skylog: moved hostaddr resolving to module init | martinko | |
No need to do it per log call as hostname is constant currently. | |||
2013-04-18 | skytools.skylog: initial implementation of UdpTNetStringsHandler | martinko | |
2012-12-20 | skytools: fix submodule __all__ lists | Marko Kreen | |
dbservice: TableAPI was missing from __all__ but was available on top-level. Fix. natsort.py, skylog.py: __all__ was missing, add. Add only items that already were under top-level. | |||
2012-12-13 | skytools.skylog: unified SysLogHandler and SysLogHostnameHandler | martinko | |
2012-12-11 | skytools.skylog: recreate udp socket periodically to work around icmp issue | martinko | |
"When skylog destination host goes down it doesn't create a new socket when ICMP error message is received." [Jira: DRB-1774] | |||
2012-12-04 | white noise | martinko | |
2012-04-09 | skytools.skylog: make sysloghander compatible with both 2.6 and 2.7 | Marko Kreen | |
2012-04-05 | Merge remote branch 'intgit/master' | Marko Kreen | |
2012-04-05 | skylog: stop using standard SysLogHandler, it's broken | Marko Kreen | |
It fails to handle unicode strings - it puts BOM in wrong place. Wrap logging.handlers implementation in class that simply drops the BOM addition. | |||
2012-04-02 | skytools.config: improved compatibility with logging.Logger | martinko | |
2012-02-13 | skylog.py: added missing logger aliases (fatal, warn) | martinko | |
2011-12-15 | SkyLogger: addHandler() compat method | Marko Kreen | |
2011-12-07 | skylog: use LoggerAdapter to give .trace method | Marko Kreen | |
Replacing the default logger class seems dubious. | |||
2011-12-06 | Merge branch 'master' of skype-git:/git/dba/skytools-3 | martinko | |
2011-12-06 | skytools.skylog: fixed SkyLogger.trace() vs funcName format attribute | martinko | |
2011-12-05 | reworked custom logging init | martinko | |
SkyLogger is no more installed automatically on scripting.py loading, rather exlicitly when our custom getLogger() function is called. | |||
2011-12-01 | skylog: add job_name, service_name, hostname to LogRecord | Marko Kreen | |
This makes those fields usable everywhere. As discussed in comment, no better way to do it. Also remove few per-msg gethostname() calls. | |||
2011-11-29 | skylog: record.name is not jobname anymore | Marko Kreen | |
2011-04-06 | Avoid direct symbol imports | Marko Kreen | |
Always use import skytools def xx(): skytools.foo this allows maximum laziness when importing. | |||
2010-11-04 | changed syslog handler to send service type | Aleksei Plotnikov | |
2010-11-02 | added syslog logging handler with hostname support | Aleksei Plotnikov | |
2009-09-10 | python/: clean up imports | Marko Kreen | |
- Remove unused imports - Remove relative imports | |||
2008-02-28 | allow config-less operation | Marko Kreen | |
2007-07-23 | skytools: separate psycopg specific code | Marko Kreen | |
2007-07-16 | skytools: support for psycopg2 | Marko Kreen | |
2007-03-13 | final public releaseskytools_2_1 | Marko Kreen | |