analogger 0.5.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,22 +0,0 @@
1
- port: 47990
2
- host: 127.0.0.1
3
- default_log: log/default.log
4
- daemonize: false
5
- syncinterval: 1
6
- pidfile: log/analogger.pid
7
- logs:
8
- - service:
9
- - a
10
- - b
11
- logfile: log/a.log
12
- cull: true
13
- levels: a,b,c,d
14
- - service: c
15
- logfile: log/c.log
16
- cull: true
17
- - service: d
18
- logfile: log/d.log
19
- cull: false
20
- - service: stderr
21
- logfile: STDERR
22
- cull: true
@@ -1,9 +0,0 @@
1
- port: 47990
2
- host: 127.0.0.1
3
- default_log: log/default.log
4
- daemonize: false
5
- syncinterval: 15
6
- logs:
7
- - service: speed
8
- logfile: log/speed.log
9
- cull: true
@@ -1,15 +0,0 @@
1
- require 'test/unit'
2
- # require 'iowa/MODULE_NAME'
3
-
4
- class TC_MODULE_NAME < Test::Unit::TestCase
5
- # init instance vars
6
-
7
- def setup
8
- assert_nothing_raised("setup failed") do
9
- # do setup tasks
10
- end
11
- end
12
-
13
- # Tests go here.
14
-
15
- end