mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Revert logging setup change because it has unintended
consequences during ipa-server-install.
This commit is contained in:
@@ -53,9 +53,9 @@ DefaultGroupContainer = "cn=groups,cn=accounts"
|
|||||||
DefaultServiceContainer = "cn=services,cn=accounts"
|
DefaultServiceContainer = "cn=services,cn=accounts"
|
||||||
|
|
||||||
# FIXME: need to check the ipadebug option in ipa.conf
|
# FIXME: need to check the ipadebug option in ipa.conf
|
||||||
logging.basicConfig(level=logging.DEBUG,
|
#logging.basicConfig(level=logging.DEBUG,
|
||||||
format='%(asctime)s %(levelname)s %(message)s',
|
# format='%(asctime)s %(levelname)s %(message)s',
|
||||||
stream=sys.stderr)
|
# stream=sys.stderr)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Apache runs in multi-process mode so each process will have its own
|
# Apache runs in multi-process mode so each process will have its own
|
||||||
|
|||||||
Reference in New Issue
Block a user