Logging: Change the default log provider to systemd journal. 25/24125/2
authorMarcin Lis <m.lis@samsung.com>
Tue, 8 Jul 2014 14:17:45 +0000 (16:17 +0200)
committerMarcin Lis <m.lis@samsung.com>
Wed, 9 Jul 2014 15:54:25 +0000 (17:54 +0200)
commitf279ce7a3a112f4d01ea99e1772ec01692779272
treed434e4d47c483b79922221e3d0fb7a034e2c8804
parentdf29c8c8c059fa785cdda80b0657063fd06aaca0
Logging: Change the default log provider to systemd journal.

This change replaces the default logging mechanism in the whole security
manager. The dlog provider is not used anymore and it is also excluded from
being build along with the project. Its sources should stay untouched by now.

To verify, first please install this together with the latest security-tests
package. When installed, run tests:
  # security-manager-tests --output=text

And after that please check for the presence of traces in journal:
  # journalctl --unit=security-manager.service

Please also check for the presence of security-manager-client traces:
  # journalctl /usr/bin/security-manager-tests

Change-Id: I4af35d29a6a61d3a5a0bc4c3508bb872206a2f23
Signed-off-by: Marcin Lis <m.lis@samsung.com>
packaging/security-manager.spec
src/common/CMakeLists.txt
src/dpl/log/include/dpl/log/log.h
src/dpl/log/src/log.cpp
src/dpl/log/src/old_style_log_provider.cpp