fedora-infra / mirrormanager2

Rewrite of the MirrorManager application in Flask and SQLAlchemy
https://mirrormanager.fedoraproject.org
GNU General Public License v2.0
65 stars 49 forks source link

mirrorlist: Remove --debug option #147

Closed adrianreber closed 8 years ago

adrianreber commented 8 years ago

The only use of the '--debug' option was to additionally log the information for the mirrorlist statistics also to syslog. As the mirrorlist statistics information is logged to its own file it does not need to be duplicated to syslog. This completely removes the '--debug' option.

Signed-off-by: Adrian Reber adrian@lisas.de

pypingou commented 8 years ago

:+1: for me :)