Skip to content

Commit

Permalink
turn up logging in sample smfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunong Xiao committed Apr 22, 2014
1 parent d004d50 commit deafff7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion smf/backupserver.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency name='filesystem' grouping='require_all' restart_on='error' type='service'>
<service_fmri value='svc:/system/filesystem/local'/>
</dependency>
<exec_method name='start' type='method' exec='node --abort-on-uncaught-exception backupserver.js -v -f ./etc/backupserver.json &amp;' timeout_seconds='30'>
<exec_method name='start' type='method' exec='node --abort-on-uncaught-exception backupserver.js -vvv -f ./etc/backupserver.json &amp;' timeout_seconds='30'>
<method_context working_directory='/opt/manatee'>
<method_credential user='postgres' group='postgres'/>
<method_environment>
Expand Down
2 changes: 1 addition & 1 deletion smf/sitter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency name='filesystem' grouping='require_all' restart_on='error' type='service'>
<service_fmri value='svc:/system/filesystem/local'/>
</dependency>
<exec_method name='start' type='method' exec='node --abort-on-uncaught-exception sitter.js -v -f ./etc/sitter.json &amp;' timeout_seconds='65'>
<exec_method name='start' type='method' exec='node --abort-on-uncaught-exception sitter.js -vvv -f ./etc/sitter.json &amp;' timeout_seconds='65'>
<method_context working_directory='/opt/manatee'>
<method_credential user='postgres' group='postgres'/>
<method_environment>
Expand Down
2 changes: 1 addition & 1 deletion smf/snapshotter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency name='filesystem' grouping='require_all' restart_on='error' type='service'>
<service_fmri value='svc:/system/filesystem/local'/>
</dependency>
<exec_method name='start' type='method' exec='node snapshotter.js -v -f ./etc/snapshotter.json &amp;' timeout_seconds='30'>
<exec_method name='start' type='method' exec='node snapshotter.js -vvv -f ./etc/snapshotter.json &amp;' timeout_seconds='30'>
<method_context working_directory='/opt/manatee'>
<method_environment>
<envvar name='PATH' value='/opt/manatee/build/node/bin:/opt/local/bin:/usr/bin:/usr/sbin:/bin'/>
Expand Down

0 comments on commit deafff7

Please sign in to comment.