Switch to unified view
a/Allura/test.ini | b/Allura/test.ini | ||
---|---|---|---|
... |
... |
||
96 | amqp.vhost = vhost_testing |
96 | amqp.vhost = vhost_testing |
97 | 97 | ||
98 | 98 | ||
99 | # Add additional test specific configuration options as necessary. |
99 | # Add additional test specific configuration options as necessary. |
100 | [loggers] |
100 | [loggers] |
101 | keys = root |
101 | keys = root, allura
|
102 | 102 | ||
103 | [handlers] |
103 | [handlers] |
104 | keys = test |
104 | keys = test |
105 | 105 | ||
106 | [formatters] |
106 | [formatters] |
107 | keys = generic |
107 | keys = generic |
108 | 108 | ||
109 | [logger_root] |
109 | [logger_root] |
110 | level = INFO |
110 | level = INFO |
111 | handlers = test |
111 | handlers = test |
112 | |||
113 | [logger_allura] |
||
114 | level = DEBUG |
||
115 | handlers = |
||
116 | qualname = allura |
||
112 | 117 | ||
113 | [handler_test] |
118 | [handler_test] |
114 | class = FileHandler |
119 | class = FileHandler |
115 | args = ('test.log',) |
120 | args = ('test.log',) |
116 | level = NOTSET |
121 | level = NOTSET |