summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Logger.py
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-261-6/+6
|
* testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-1/+1
|
* Logger: set log handler names in a py <2.6 compatible wayChris St. Pierre2013-03-221-3/+12
|
* Merge branch '1.3.2' into maintChris St. Pierre2013-03-211-0/+3
|\ | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/test_code_checks.py
| * Debug improvements:Chris St. Pierre2013-03-191-0/+3
| | | | | | | | | | | | * Added (set|toggle)_core_debug RMI methods to set debugging in the core * Enable plugin debugging when run with -d * Allow enabling debugging on Reporting plugin before threads have started
* | Logger: Fix encoding traceback (#1140)Sol Jerome2013-03-191-1/+5
|/ | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* logging: set log level correctly when no options givenChris St. Pierre2012-12-131-2/+8
|
* produce debug logs about how logging is configuredChris St. Pierre2012-11-271-4/+9
|
* log to stderr, not stdoutChris St. Pierre2012-10-301-2/+2
|
* expanded pylint coverageChris St. Pierre2012-09-251-16/+24
|
* fixed syslog reconnection messageChris St. Pierre2012-09-041-5/+9
|
* made logging to syslog configurable and default for all loggingChris St. Pierre2012-08-151-17/+15
|
* Logger: Fix tracebackSol Jerome2012-08-141-3/+7
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* PY3K: Get server code working againSol Jerome2012-05-051-3/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+180
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>