Whamcloud - gitweb
change default debug level to a more reasonable production setting
authorphil <phil>
Sun, 14 Dec 2003 03:59:16 +0000 (03:59 +0000)
committerphil <phil>
Sun, 14 Dec 2003 03:59:16 +0000 (03:59 +0000)
lnet/lnet/api-init.c
lustre/portals/portals/api-init.c

index 020a2a9..b811391 100644 (file)
 #include <portals/api-support.h>
 
 int ptl_init;
-unsigned int portal_subsystem_debug = ~0 - (S_PORTALS | S_QSWNAL | S_SOCKNAL | S_GMNAL | S_IBNAL);
-unsigned int portal_debug = ~0;
+unsigned int portal_subsystem_debug = ~0 - (S_PORTALS | S_QSWNAL | S_SOCKNAL |
+                                            S_GMNAL | S_IBNAL);
+unsigned int portal_debug = (D_WARNING | D_DLMTRACE | D_ERROR | D_EMERG | D_HA |
+                             D_RPCTRACE | D_VFSTRACE);
 unsigned int portal_cerror = 1;
 unsigned int portal_printk;
 unsigned int portal_stack;
index 020a2a9..b811391 100644 (file)
 #include <portals/api-support.h>
 
 int ptl_init;
-unsigned int portal_subsystem_debug = ~0 - (S_PORTALS | S_QSWNAL | S_SOCKNAL | S_GMNAL | S_IBNAL);
-unsigned int portal_debug = ~0;
+unsigned int portal_subsystem_debug = ~0 - (S_PORTALS | S_QSWNAL | S_SOCKNAL |
+                                            S_GMNAL | S_IBNAL);
+unsigned int portal_debug = (D_WARNING | D_DLMTRACE | D_ERROR | D_EMERG | D_HA |
+                             D_RPCTRACE | D_VFSTRACE);
 unsigned int portal_cerror = 1;
 unsigned int portal_printk;
 unsigned int portal_stack;