Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. logging.basicConfig(
  2. format='%(levelname)s %(asctime)s %(message)s',
  3. filename='/tmp/EJABBERD_DEBUG_LOG',
  4. datefmt='%m-%d-%Y %I:%M:%S %p',
  5. level=logging.DEBUG)
  6.  
  7. flog = logging.debug
  8.  
  9. flog("Hey !")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement