Whamcloud - gitweb
change default debug level to a more reasonable production setting
[fs/lustre-release.git] / lnet / lnet / 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;