r402 - in /debtorrent/trunk: DebTorrent/BT1/track.py DebTorrent/download_bt1.py debian/changelog debian/debtorrent-client.sgml debian/debtorrent-tracker.sgml debtorrent-client.conf debtorrent-tracker.conf

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Sat Jul 26 00:43:37 UTC 2008


Author: camrdale-guest
Date: Sat Jul 26 00:43:37 2008
New Revision: 402

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=402
Log:
Change the default logging to INFO (Closes: #466919)

Modified:
    debtorrent/trunk/DebTorrent/BT1/track.py
    debtorrent/trunk/DebTorrent/download_bt1.py
    debtorrent/trunk/debian/changelog
    debtorrent/trunk/debian/debtorrent-client.sgml
    debtorrent/trunk/debian/debtorrent-tracker.sgml
    debtorrent/trunk/debtorrent-client.conf
    debtorrent/trunk/debtorrent-tracker.conf

Modified: debtorrent/trunk/DebTorrent/BT1/track.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/track.py?rev=402&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/track.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/track.py Sat Jul 26 00:43:37 2008
@@ -66,7 +66,7 @@
     ('save_state_interval', 5 * 60, 'seconds between saving state to a file'),
     ('log_dir', '',
         'directory to write the logfiles to (default is to use the cache directory)'),
-    ('log_level', 10,
+    ('log_level', 20,
         'level to write the logfiles at, varies from 10 (debug) to 50 (critical)'),
     # Connections
     ('port', 6969, "port to listen on"),

Modified: debtorrent/trunk/DebTorrent/download_bt1.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/download_bt1.py?rev=402&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/download_bt1.py (original)
+++ debtorrent/trunk/DebTorrent/download_bt1.py Sat Jul 26 00:43:37 2008
@@ -74,7 +74,7 @@
         '(0 = disabled)'),
     ('log_dir', '',
         'directory to write the logfiles to (default is to use the cache directory)'),
-    ('log_level', 10,
+    ('log_level', 20,
         'level to write the logfiles at, varies from 10 (debug) to 50 (critical)'),
     # Rate limits
     ('max_upload_rate', 0,

Modified: debtorrent/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/changelog?rev=402&op=diff
==============================================================================
--- debtorrent/trunk/debian/changelog (original)
+++ debtorrent/trunk/debian/changelog Sat Jul 26 00:43:37 2008
@@ -5,8 +5,9 @@
   * Use the HTTP downloads from the mirror in parallel with peers.
   * Add display of amount downloaded by HTTP to the info page,
     thanks to Steve Cotton for the fix (Closes: #488415)
+  * Change the default logging to INFO (Closes: #466919)
 
- -- Cameron Dale <camrdale at gmail.com>  Fri, 25 Jul 2008 17:35:17 -0700
+ -- Cameron Dale <camrdale at gmail.com>  Fri, 25 Jul 2008 17:42:52 -0700
 
 debtorrent (0.1.8) unstable; urgency=low
 

Modified: debtorrent/trunk/debian/debtorrent-client.sgml
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/debtorrent-client.sgml?rev=402&op=diff
==============================================================================
--- debtorrent/trunk/debian/debtorrent-client.sgml (original)
+++ debtorrent/trunk/debian/debtorrent-client.sgml Sat Jul 26 00:43:37 2008
@@ -136,7 +136,7 @@
         <listitem>
           <para>log messages that are greater than or equal to <replaceable>level</replaceable> to log files, 
             the basic log levels are 50 (critical), 40 (errors), 30 (warnings), 20 (info), and 10 (debug)
-            (the default is 10)</para>
+            (the default is 20)</para>
         </listitem>
       </varlistentry>
     </variablelist>

Modified: debtorrent/trunk/debian/debtorrent-tracker.sgml
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/debtorrent-tracker.sgml?rev=402&op=diff
==============================================================================
--- debtorrent/trunk/debian/debtorrent-tracker.sgml (original)
+++ debtorrent/trunk/debian/debtorrent-tracker.sgml Sat Jul 26 00:43:37 2008
@@ -118,7 +118,7 @@
         <listitem>
           <para>log messages that are greater than or equal to <replaceable>level</replaceable> to log files, 
             the basic log levels are 50 (critical), 40 (errors), 30 (warnings), 20 (info), and 10 (debug)
-            (the default is 10)</para>
+            (the default is 20)</para>
         </listitem>
       </varlistentry>
     </variablelist>

Modified: debtorrent/trunk/debtorrent-client.conf
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debtorrent-client.conf?rev=402&op=diff
==============================================================================
--- debtorrent/trunk/debtorrent-client.conf (original)
+++ debtorrent/trunk/debtorrent-client.conf Sat Jul 26 00:43:37 2008
@@ -78,7 +78,7 @@
 #         10 -- Debug
 #
 
-# log_level = 10
+# log_level = 20
 
 ###############################################################################
 #                              R A T E   L I M I T S

Modified: debtorrent/trunk/debtorrent-tracker.conf
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debtorrent-tracker.conf?rev=402&op=diff
==============================================================================
--- debtorrent/trunk/debtorrent-tracker.conf (original)
+++ debtorrent/trunk/debtorrent-tracker.conf Sat Jul 26 00:43:37 2008
@@ -58,7 +58,7 @@
 #         10 -- Debug
 #
 
-# log_level = 10
+# log_level = 20
 
 ###############################################################################
 #                             C O N N E C T I O N S




More information about the Debtorrent-commits mailing list