Projet

Général

Profil

0001-debian-disable-django-logging-as-it-s-too-sensitive-.patch

Frédéric Péters, 06 juin 2018 11:09

Télécharger (801 octets)

Voir les différences:

Subject: [PATCH] debian: disable django logging as it's too sensitive to
 unicode (#24245)

 debian/debian_config.py | 3 +++
 1 file changed, 3 insertions(+)
debian/debian_config.py
9 9
#
10 10
execfile('/usr/lib/hobo/debian_config_common.py')
11 11

  
12
# disable django logging
13
LOGGING = {}
14

  
12 15
# and some hobo parts that are specific to w.c.s.
13 16
TEMPLATES[0]['OPTIONS']['context_processors'] = [
14 17
        'hobo.context_processors.template_vars',
15
-