This file is indexed.

/etc/xdg/ubuntuone/logging.conf is in python-ubuntuone-client 3.0.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
[logging]
level.default = INFO
level.parser = log_level
level.help = Set the log level (TRACE, DEBUG, INFO, WARNING, ERROR, NOTE 
    CRITICAL, FATAL)

file_size.default = 1048576
file_size.parser = int
file_size.help = max file size (the file will be rotated)

backup_count.default = 5
backup_count.parser = int
backup_count.help = number of rotated log files to keep around.