16 lines
588 B
Diff
16 lines
588 B
Diff
--- mirrorlist_server.orig.py 2016-10-08 18:59:11.169551585 -0400
|
|
+++ mirrorlist_server.py 2016-10-08 18:59:40.387551474 -0400
|
|
@@ -55,12 +55,9 @@ default_ordered_mirrorlist = False
|
|
country_continents = GeoIP.country_continents
|
|
|
|
## Set up our syslog data.
|
|
+logging.basicConfig(level=logging.INFO)
|
|
syslogger = logging.getLogger('mirrormanager')
|
|
syslogger.setLevel(logging.INFO)
|
|
-handler = logging.handlers.SysLogHandler(
|
|
- address='/dev/log',
|
|
- facility=logging.handlers.SysLogHandler.LOG_LOCAL4)
|
|
-syslogger.addHandler(handler)
|
|
|
|
# The entire in-memory structure
|
|
database = {}
|