Home | History | Annotate | Download | only in library

Lines Matching full:clientip

168       FORMAT = '%(asctime)-15s %(clientip)s %(user)-8s %(message)s'
170 d = {'clientip': '192.168.0.1', 'user': 'fbloggs'}
184 set up with a format string which expects 'clientip' and 'user' in the attribute
795 FORMAT = "%(asctime)-15s %(clientip)s %(user)-8s %(message)s"
797 d = {'clientip': '192.168.0.1', 'user': 'fbloggs'}
810 set up with a format string which expects 'clientip' and 'user' in the attribute