File: config.ini

package info (click to toggle)
debusine 0.14.2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 15,200 kB
  • sloc: python: 195,951; sh: 849; javascript: 335; makefile: 116
file content (14 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[General]
api-url = http://localhost/api

# If log-file is not specified, debusine-worker outputs the logs to stderr.
# log-file can be overwritten by the --log-file command line argument.

log-file = /var/log/debusine/worker/worker.log


# log-level defaults to INFO. Possibles levels: DEBUG, INFO, WARNING, ERROR, CRITICAL
# log-level can be overwritten by the --log-level command line argument.

# log-level = {DEBUG,INFO,WARNING,ERROR,CRITICAL}