servicemonitor 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/servicemonitor +3 -0
- metadata +1 -1
data/bin/servicemonitor
CHANGED
@@ -13,6 +13,9 @@ require "MonitorType/Dir"
|
|
13
13
|
require "MonitorType/FluidDb"
|
14
14
|
require "MonitorManager"
|
15
15
|
|
16
|
+
#Don't buffer stdout
|
17
|
+
$stdout.sync = true
|
18
|
+
|
16
19
|
def log( string, verbose=false )
|
17
20
|
type = verbose ? "VERB" : "INFO"
|
18
21
|
if !ENV["VERBOSE"].nil? || verbose==false then
|