~themue/clouddocs/010-getting-charms

« back to all changes in this revision

Viewing changes to Logging.md

  • Committer: evilnick
  • Date: 2014-04-02 16:56:29 UTC
  • mfrom: (9.1.1 trunk)
  • Revision ID: nick.veitch@canonical.com-20140402165629-dz05kuzoyojlgwzc
split out admin docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Title: Logging
 
2
Status: In Progress
 
3
 
 
4
# Logging
 
5
 
 
6
The controlling of individual logs is a cumbersome job, even in an environment with only
 
7
few computer system. But it's even more worse in typical clouds with a large number of
 
8
nodes. Here the centrallized approach using `rsyslogd` helps. It allows you to aggregate
 
9
the logging output of all systems in one place. Here the monitoring and analysis gets
 
10
more simple.
 
11
 
 
12
Ubuntu uses `rsyslogd` as the default logging service. Since it is natively able to send 
 
13
logs to a remote location, you don't have to install anything extra to enable this feature, 
 
14
just modify the configuration file. In doing this, consider running your logging over 
 
15
a management network or using an encrypted VPN to avoid interception.