~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/config/logging/logfile

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
args=('%(logfile)s', 'at')
27
27
 
28
28
[formatter_logfile]
29
 
format=%(levelname)s %(asctime)s %(name)s:%(lineno)d %(message)s
 
29
format=%(asctime)s %(name)s %(levelname)s %(message)s
30
30
datefmt=
31
31
class=logging.Formatter
32
32