Whamcloud - gitweb
Branch b1_6
authorscjody <scjody>
Thu, 19 Jul 2007 00:21:57 +0000 (00:21 +0000)
committerscjody <scjody>
Thu, 19 Jul 2007 00:21:57 +0000 (00:21 +0000)
To improve performance, disable most logging (for debug purposes)
by default.  VFSTRACE, RPCTRACE, and DLMTRACE are now off by
default, and HA includes contains fewer messages.

Original patch by adilger.

b=12417
i=scjody
i=green

lnet/libcfs/debug.c

index a3b1651..862918a 100644 (file)
@@ -37,8 +37,7 @@ unsigned int libcfs_subsystem_debug = ~0;
 EXPORT_SYMBOL(libcfs_subsystem_debug);
 
 unsigned int libcfs_debug = (D_EMERG | D_ERROR | D_WARNING | D_CONSOLE |
-                             D_NETERROR | D_HA | D_CONFIG | D_IOCTL |
-                             D_DLMTRACE | D_RPCTRACE | D_VFSTRACE);
+                             D_NETERROR | D_HA | D_CONFIG | D_IOCTL);
 EXPORT_SYMBOL(libcfs_debug);
 
 unsigned int libcfs_printk;