~dobey/ubuntuone-client/py-only

« back to all changes in this revision

Viewing changes to windows/logging.conf

  • Committer: Rodney Dawes
  • Date: 2013-06-07 15:22:31 UTC
  • Revision ID: rodney.dawes@canonical.com-20130607152231-7b3wd88vfk3lcbp0
Convert build system from autotools to DistUtilsExtra

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[logging]
2
 
level.default = DEBUG
3
 
level.parser = log_level
4
 
level.help = Set the log level (TRACE, DEBUG, INFO, WARNING, ERROR, NOTE 
5
 
    CRITICAL, FATAL)
6
 
 
7
 
file_size.default = 1000000
8
 
file_size.parser = int
9
 
file_size.help = max file size (the file will be rotated)
10
 
 
11
 
backup_count.default = 5
12
 
backup_count.parser = int
13
 
backup_count.help = number of rotated log files to keep around.