* tried to put some sense in the way things get logged, at least on server-side for now
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 30 Sep 2010 12:36:19 +0000 (14:36 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 30 Sep 2010 12:36:19 +0000 (14:36 +0200)
commit0cf0d31c313a366e3f272f830bdb4f2a7308e11f
tree8c1265554c55da5fcc2817fa9bbd148f5a008e31
parent775fd2c579e39e634ce334caacf2049eb0ff251f
* tried to put some sense in the way things get logged, at least on server-side for now
/var/log/sfa.log
/var/log/sfa_import.log
/var/log/htppd/sfa_access_log
* please use sfalogging objects as far as possible, deprecated sfa.util.debug and sfa.util.report
54 files changed:
Makefile
sfa/client/sfiAddAttribute.py
sfa/client/sfiDeleteAttribute.py
sfa/managers/aggregate_manager_max.py
sfa/managers/aggregate_manager_pl.py
sfa/managers/aggregate_manager_vini.py
sfa/managers/slice_manager_pl.py
sfa/methods/CreateSliver.py
sfa/methods/GetCredential.py
sfa/methods/GetSelfCredential.py
sfa/methods/Register.py
sfa/methods/RegisterPeerObject.py
sfa/methods/Remove.py
sfa/methods/RemovePeerObject.py
sfa/methods/Resolve.py
sfa/methods/Update.py
sfa/methods/get_self_credential.py
sfa/methods/get_trusted_certs.py
sfa/methods/register_peer_object.py
sfa/methods/remove_peer_object.py
sfa/plc/api-dev.py
sfa/plc/api.py
sfa/plc/network.py
sfa/plc/sfa-import-plc.py
sfa/plc/sfa-nuke-plc.py
sfa/plc/sfaImport.py
sfa/plc/slices.py
sfa/rspecs/aggregates/rspec_manager_max.py
sfa/server/interface.py
sfa/server/modpython/SfaAggregateModPython.py
sfa/server/modpython/SfaRegistryModPython.py
sfa/server/modpython/SfaSliceMgrModPython.py
sfa/server/modpythonapi/BaseClient.py
sfa/server/modpythonapi/ModPython.py
sfa/server/sfa-server.py
sfa/trust/auth.py
sfa/trust/certificate.py
sfa/trust/credential.py
sfa/trust/gid.py
sfa/trust/hierarchy.py
sfa/util/PostgreSQL.py
sfa/util/api.py
sfa/util/componentserver.py
sfa/util/config.py
sfa/util/debug.py [deleted file]
sfa/util/filter.py
sfa/util/method.py
sfa/util/policy.py
sfa/util/record.py
sfa/util/report.py [deleted file]
sfa/util/rspec.py
sfa/util/server.py
sfa/util/sfalogging.py [changed mode: 0644->0755]
sfa/util/table.py