Changeset c2d49f882d3f19081d30af3c228a002091bffd67
- Timestamp:
- 02/23/10 21:51:18
(3 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1266961878 +0000
- git-parent:
[61a5e1f191dfd6a007d527183a7ab93d692b884f]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1266961878 +0000
- Message:
cleanup some logging
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7f5fe2f |
rc2d49f8 |
|
| 873 | 873 | snprintf(path, sizeof(path), "/%s/logs//log", toplevel); |
|---|
| 874 | 874 | log_configs = noit_conf_get_sections(NULL, path, &cnt); |
|---|
| 875 | | noitL(noit_stderr, "Found %d %s stanzas\n", cnt, path); |
|---|
| | 875 | noitL(noit_debug, "Found %d %s stanzas\n", cnt, path); |
|---|
| 876 | 876 | for(i=0; i<cnt; i++) { |
|---|
| 877 | 877 | noit_log_stream_t ls; |
|---|
| … | … | |
| 918 | 918 | outlets = noit_conf_get_sections(log_configs[i], |
|---|
| 919 | 919 | "ancestor-or-self::node()/outlet", &ocnt); |
|---|
| 920 | | noitL(noit_error, "Found %d outlets for log '%s'\n", ocnt, name); |
|---|
| | 920 | noitL(noit_debug, "Found %d outlets for log '%s'\n", ocnt, name); |
|---|
| 921 | 921 | |
|---|
| 922 | 922 | for(o=0; o<ocnt; o++) { |
|---|