Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 34240:c97a750c28a5
configitems: register the 'web.errorlog' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:45:45 +0200 |
parents | 344fd1fe237b |
children | 98fa9183de54 |
comparison
equal
deleted
inserted
replaced
34239:344fd1fe237b | 34240:c97a750c28a5 |
---|---|
620 default="", | 620 default="", |
621 ) | 621 ) |
622 coreconfigitem('web', 'encoding', | 622 coreconfigitem('web', 'encoding', |
623 default=lambda: encoding.encoding, | 623 default=lambda: encoding.encoding, |
624 ) | 624 ) |
625 coreconfigitem('web', 'errorlog', | |
626 default='-', | |
627 ) | |
625 coreconfigitem('worker', 'backgroundclose', | 628 coreconfigitem('worker', 'backgroundclose', |
626 default=dynamicdefault, | 629 default=dynamicdefault, |
627 ) | 630 ) |
628 # Windows defaults to a limit of 512 open files. A buffer of 128 | 631 # Windows defaults to a limit of 512 open files. A buffer of 128 |
629 # should give us enough headway. | 632 # should give us enough headway. |