remove PLC.Debug.log, use PLC.Logger.logger instead newlogs
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 15 Feb 2017 11:05:51 +0000 (12:05 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 15 Feb 2017 11:05:51 +0000 (12:05 +0100)
commite70e20fdbececafef842ec7b330fd48db42e614e
tree05e32a057b0fd469e1cf94fc8de3805cc8d139ce
parentf9ac2727e6fbddf97e885ffa1271a562315fb274
remove PLC.Debug.log, use PLC.Logger.logger instead
no more old-fashioned print >> log construction
stuff goes into /var/log/plcapi.log
(requires a change in plc.d/httpd for initialization)
26 files changed:
Makefile
PLC/API.py
PLC/Accessor.py
PLC/Boot.py
PLC/Debug.py
PLC/Filter.py
PLC/LDAP.py
PLC/Logger.py [new file with mode: 0644]
PLC/Method.py
PLC/Methods/AddPersonToSite.py
PLC/Methods/AddSlice.py
PLC/Methods/GetBootMedium.py
PLC/Methods/GetNodeFlavour.py
PLC/Methods/GetPersons.py
PLC/Methods/RefreshPeer.py
PLC/Methods/ResetPassword.py
PLC/Methods/VerifyPerson.py
PLC/Peers.py
PLC/Persons.py
PLC/PostgreSQL.py
PLC/sendmail.py
apache/ModPython.py
apache/ModPythonJson.py
apache/plc.wsgi
doc/PLCAPI.xml.in
migrations/extract-views.py