File: README.logging

package info (click to toggle)
imdbpy 4.9-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,560 kB
  • sloc: python: 14,295; ansic: 148; sh: 119; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

  LOGGING
  =======

Since version 4.4 IMDbPY provides a logging facility, using the
powerful "logging" module.
You can find documentation about it here:
  http://docs.python.org/library/logging.html

By default information are logged on standard error; you can read
on the module documentation how to stream them elsewhere.

The default logging level is "warning"; this can be changed
modifying the "loggingLevel" key of your imdbpy.cfg file.