Correction : davical : supprime les traces d'exécution.
authorJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Thu, 19 Dec 2013 02:13:05 +0000 (03:13 +0100)
committerroot <root@ateliers.heureux-cyclage.org>
Thu, 19 Dec 2013 02:13:05 +0000 (03:13 +0100)
etc/davical/davical.heureux-cyclage.org-conf.php
etc/php5/fpm/php-fpm.conf

index 84fe301..77b63ea 100644 (file)
@@ -1,17 +1,17 @@
 <?php
        # DOC : http://wiki.davical.org/w/Configuration_settings
+       $c->admin_email        = 'admin+davical@heureux-cyclage.org';
+       $c->default_locale     = "fr_FR";
        $c->domain_name        = "davical.heureux-cyclage.org";
-       $c->sysabbr            = 'DAViCal';
-       $c->admin_email        = 'contact+davical@heureux-cyclage.org';
-       $c->system_name        = "davical.heureux-cyclage.org";
        $c->enable_row_linking = true;
-       $c->pg_connect[]       = 'host=/run/postgresql port=5432 dbname=davical user=davical_app';
-       $c->locale_path        = '/usr/share/davical/locale';
-       $c->default_locale     = "fr_FR";
-       $c->readonly_webdav_collections = true;
        $c->home_calendar_name = 'home';
-       $c->dbg['ALL']         = 0;
        $c->http_auth_mode     = "Basic";
+       $c->locale_path        = '/usr/share/davical/locale';
+       $c->pg_connect[]       = 'host=/run/postgresql port=5432 dbname=davical user=davical_app';
+       $c->readonly_webdav_collections = true;
+       $c->sysabbr            = 'DAViCal';
+       $c->system_name        = "davical.heureux-cyclage.org";
+       #$c->dbg['ALL']         = 1;
        #/** Base Server Programs **/
        #$c->dbg['caldav'] = 1;
        #$c->dbg['ics'] = 1;
index 2f54ab0..58207d5 100644 (file)
@@ -4,7 +4,7 @@ emergency_restart_interval = 1m
 emergency_restart_threshold = 10
 error_log = syslog
 ;events.mechanism = epoll
-log_level = notice
+log_level = warn
 ;pid = /run/php5-fpm.pid
 process.max = 128
 process_control_timeout = 10s