~mterry/unity-scopes-api/snap-root

« back to all changes in this revision

Viewing changes to CONFIGFILES

  • Committer: CI Train Bot
  • Author(s): Pawel Stolowski
  • Date: 2016-03-17 22:35:14 UTC
  • mfrom: (261.1.54 staging)
  • Revision ID: ci-train-bot@canonical.com-20160317223514-dxndlxrg5jbi2oqk
Merged devel: use abigail for abi-compoliance checker (disabled for now due o abigail bugs); filters API changes.
Approved by: Michi Henning, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
  The environment variable UNITY_SCOPES_CONFIG_DIR overrides this key (useful when running
115
115
  automated tests that should not overwrite any of the real configuration files).
116
116
 
117
 
- LogDir
118
 
 
119
 
  The parent directory under which the run time writes the scope log files.
120
 
  Setting this value explicitly to the empty string disables file logging and forces
121
 
  all log entries to go to stderr.
122
 
 
123
 
  The default value is the empty string.
124
 
 
125
 
  If you set this value, you must set it to a directory that is writable to
126
 
  confined scopes. We suggest $HOME/.cache/unity-scopes.
127
 
 
128
 
  Note that the actual logs are written into subdirectories of this
129
 
  directory. Assuming LogDir is set to $HOME/.cache/unity-scopes,
130
 
  the subdirectories are
131
 
  $HOME/.cache/unity-scopes/leaf-net/<scope_id>/logs (for confined scopes) and
132
 
  $HOME/.cache/unity-scopes/unconfined/<scope_id>/logs (for unconfined scopes).
133
 
 
134
 
  The environment variable UNITY_SCOPES_LOGDIR overrides this key.
135
 
  Setting this variable explicitly to the empty string disables file logging and forces
136
 
  all log entries to go to stderr.
137
 
 
138
 
- Log.MaxFileSize
139
 
 
140
 
  The maximum size in bytes of an individual log file before it is rolled over.
141
 
  The value must be at least 1024. The default value is 512 kB.
142
 
 
143
 
- Log.MaxDirSize
144
 
 
145
 
  The maximum size in bytes of the sum of sizes of all log files in the log directory
146
 
  before they are deleted. The value must be greater than Log.MaxFileSize.
147
 
  The default value is 2 MB.
148
 
 
149
117
- Log.TraceChannels
150
118
 
151
119
  The names of channels for which to emit trace. This must be a semicolon-separated