comparison config.urllog.example @ 267:da239a953e24

urllog: Change some setting names, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 23 Jan 2015 10:25:30 +0200
parents d2f65cd528c6
children d62280f2a9c7
comparison
equal deleted inserted replaced
266:8f5daf6631d9 267:da239a953e24
41 set urllog_verbose 1 41 set urllog_verbose 1
42 42
43 43
44 # 1 = Enable logging of various script actions into bot's log 44 # 1 = Enable logging of various script actions into bot's log
45 # 0 = Don't. 45 # 0 = Don't.
46 set urllog_logmsg 1 46 set urllog_log_enable 1
47 47
48 48
49 # 1 = Check URLs for validity and existence before adding. 49 # 1 = Check URLs for validity and existence before adding.
50 # 0 = No checks. Add _anything_ that looks like an URL to the database. 50 # 0 = No checks. Add almost _anything_ that looks like an URL to the database.
51 set urllog_check 1 51 # (You probably want this enabled.)
52 set urllog_extra_checks 1
52 53
53 54
54 ### 55 ###
55 ### Search related settings 56 ### Search related settings
56 ### 57 ###