Ok, that explains it.  I replaced the entire logging subsystem because it
was too complex.  Every log message now has a prefix so you can filter what
you want to see using grep and other tools.  The benefit is that you can read
the logs using tools you already know how to use, and all of the complex logging
infrastructure has been replaced with simple calls to syslog(). 
  
 I have reinstated our old friend, the "-x" option.  -x6 is the default, which
is everything up to LOG_INFO.  For debug, do -x7. 
  
 But this is only committed to my development system, so if you' 
 re pulling from there you'll have it immediately, otherwise wait for it to
get pushed. 
  
 By the way, the new representation of email addresses *should* be working
now.  I just need to bring forward the admin user interfaces to maintain it
properly. 
 

Reply via email to