~ubuntu-branches/ubuntu/saucy/sflphone/saucy

« back to all changes in this revision

Viewing changes to sflphone-client-gnome/log4crc

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2010-12-24 16:33:55 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101224163355-tkvvikqxbrbav6up
Tags: 0.9.11-1
* New upstream release
* Add new build dependencies on libwebkit-dev and libyaml-dev

* Bump Standards-Version up to 3.9.1
* Bump debhelper compatibility to 8
* Patch another typo in the upstream code (lintian notice)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="ISO-8859-1"?>
2
 
<!DOCTYPE log4c SYSTEM "">
3
 
 
4
 
<log4c version="1.2.1">
5
 
        <config>
6
 
                <bufsize>0</bufsize>
7
 
                <debug level="2"/>
8
 
                <nocleanup>0</nocleanup>
9
 
                <reread>1</reread>
10
 
        </config>
11
 
 
12
 
        <rollingpolicy name="rollingpolicy" type="sizewin" maxsize="1024" maxnum="10" />
13
 
        <appender name="rollingfileappender" type="rollingfile" logdir="." prefix="prefix" layout="dated" rollingpolicy="rollingpolicy" />
14
 
        
15
 
        <appender name="stdout" type="stream" layout="basic"/>
16
 
        <appender name="stderr" type="stream" layout="dated"/>
17
 
        <appender name="syslog" type="syslog" layout="basic"/>
18
 
 
19
 
        <layout name="basic" type="basic"/>
20
 
        <layout name="dated" type="dated"/>
21
 
        
22
 
        <category name="root" priority="warning"/>       
23
 
        <category name="org.sflphone.gtk" priority="warning" appender="stdout" />
24
 
</log4c>