captive.whump.shanti-portal/portal.cfg

20 lines
361 B
INI
Raw Normal View History

2016-04-05 14:40:37 +00:00
[portal]
listen_host=localhost
listen_port=9080
debug=True
[logging]
log_format = %(asctime)s %(name)s[%(process)s] %(levelname)s: %(message)s
log_debug = False
# Handler can be one of file or syslog
log_handler = file
syslog_address = /dev/log
syslog_port = 514
# for file handler
log_max_bytes = 20971520
log_max_copies = 5
log_file = ./captiveportal.log