summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Logger.py
Commit message (Collapse)AuthorAgeFilesLines
* check for existence of isatty to account for older wsgi Log objectsMichael Fenn2014-04-071-1/+1
|
* Logger: removed debugging print statementChris St. Pierre2013-09-031-1/+0
|
* Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-22/+120
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/MultiprocessingCore.py src/lib/Bcfg2/Server/Plugin/base.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/Server/SSLServer.py src/lib/Bcfg2/Utils.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-info src/sbin/bcfg2-lint src/sbin/bcfg2-test src/sbin/bcfg2-yum-helper tools/bcfg2-profile-templates.py
| * Options: migrated logging libs to new parserChris St. Pierre2013-06-271-22/+116
|/
* 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>