From 03a7b33b1603eabe2c88c90b2c2d0caf9bf6af5f Mon Sep 17 00:00:00 2001 From: martinko Date: Mon, 17 Mar 2014 16:20:52 +0100 Subject: [PATCH] typos --- python/conf/skylog.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/conf/skylog.ini b/python/conf/skylog.ini index af885377..9ba068f5 100644 --- a/python/conf/skylog.ini +++ b/python/conf/skylog.ini @@ -10,13 +10,13 @@ [loggers] keys=root ; root logger sees everything. there can be per-job configs by -; specifing loggers with job_name of the script +; specifying loggers with job_name of the script. ; list of all handlers [handlers] -;; seems logger module immidiately initalized all handlers, +;; seems logger module immediately initialized all handlers, ;; whether they are actually used or not. so better -;; keep this list in sync with actual handler list +;; keep this list in sync with actual handler list. ;keys=stderr,logdb,logsrv,logfile keys=stderr -- 2.39.5