diff options
author | martinko | 2014-04-02 14:55:14 +0000 |
---|---|---|
committer | martinko | 2014-04-02 14:55:14 +0000 |
commit | b2c78f23cbfaa48d2e64f10e1cb69b29dcbe6819 (patch) | |
tree | 2d2f66bde621f7ad0dd012911ad19fbdcfa7ffcc /python | |
parent | 2a15df391550a3eb49fe2fe4df06ee0600de53d7 (diff) | |
parent | 62abe7b14dedaba7a6dd5678c8e0b4e3335ed81c (diff) |
Merge branch 'release/3.2' into develop
Diffstat (limited to 'python')
-rw-r--r-- | python/conf/skylog.ini | 6 |
1 files 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 |