From 2f3bf9d5e35c71bf161c593c1c4d8ae1bfbf6540 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Mon, 10 Oct 2011 23:21:41 +0200 Subject: Radicale-0.6.2 --- app-office/radicale/files/logging | 60 --------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 app-office/radicale/files/logging (limited to 'app-office/radicale/files/logging') diff --git a/app-office/radicale/files/logging b/app-office/radicale/files/logging deleted file mode 100644 index f4efb88..0000000 --- a/app-office/radicale/files/logging +++ /dev/null @@ -1,60 +0,0 @@ -# -*- mode: conf -*- -# vim:ft=cfg - -# Logging config file for Radicale - A simple calendar server -# -# The default path for this file is /etc/radicale/logging -# This can be changed in the configuration file -# -# Other handlers are available. For more information, see: -# http://docs.python.org/library/logging.config.html - - -# Loggers, handlers and formatters keys - -[loggers] -# Loggers names, main configuration slots -keys = root - -[handlers] -# Logging handlers, defining logging output methods -keys = console,file - -[formatters] -# Logging formatters -keys = simple,full - - -# Loggers - -[logger_root] -# Root logger -level = DEBUG -handlers = console,file - - -# Handlers - -[handler_console] -# Console handler -class = StreamHandler -level = INFO -args = (sys.stdout,) -formatter = simple - -[handler_file] -# File handler -class = FileHandler -args = ('/var/log/radicale',) -formatter = full - - -# Formatters - -[formatter_simple] -# Simple output format -format = %(message)s - -[formatter_full] -# Full output format -format = %(asctime)s - %(levelname)s: %(message)s -- cgit v1.2.3-70-g09d2