Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
Make all toolchains at least verbosity level 4 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdealtry authored Aug 7, 2020
1 parent 8d2ea07 commit e76640c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configfiles/SNTriggering/ToolChainConfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ToolChain dynamic setup file

##### Runtime Paramiters #####
verbose 2 ## Verbosity level of ToolChain
verbose 4 ## Verbosity level of ToolChain
error_level 0 # 0= do not exit, 1= exit on unhandeled errors only, 2= exit on unhandeled errors and handeled errors
attempt_recover 1 ## 1= will attempt to finalise if an execute fails
remote_port 24002
Expand Down
2 changes: 1 addition & 1 deletion configfiles/WCSimBONSAI/ToolChainConfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ToolChain dynamic setup file

##### Runtime Paramiters #####
verbose 2 ## Verbosity level of ToolChain
verbose 4 ## Verbosity level of ToolChain
error_level 2 # 0= do not exit, 1= exit on unhandeled errors only, 2= exit on unhandeled errors and handeled errors
attempt_recover 1 ## 1= will attempt to finalise if an execute fails

Expand Down
2 changes: 1 addition & 1 deletion configfiles/WCSimReaderTest/ToolChainConfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ToolChain dynamic setup file

##### Runtime Paramiters #####
verbose 2 ## Verbosity level of ToolChain
verbose 4 ## Verbosity level of ToolChain
error_level 2 # 0= do not exit, 1= exit on unhandeled errors only, 2= exit on unhandeled errors and handeled errors
attempt_recover 1 ## 1= will attempt to finalise if an execute fails

Expand Down
2 changes: 1 addition & 1 deletion configfiles/template/ToolChainConfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ToolChain dynamic setup file

##### Runtime Paramiters #####
verbose 1 ## Verbosity level of ToolChain
verbose 4 ## Verbosity level of ToolChain
error_level 0 # 0= do not exit, 1= exit on unhandeled errors only, 2= exit on unhandeled errors and handeled errors
attempt_recover 1 ## 1= will attempt to finalise if an execute fails
remote_port 24002
Expand Down
2 changes: 1 addition & 1 deletion configfiles/test/ToolChainConfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ToolChain dynamic setup file

##### Runtime Paramiters #####
verbose 1 ## Verbosity level of ToolChain
verbose 4 ## Verbosity level of ToolChain
error_level 0 # 0= do not exit, 1= exit on unhandeled errors only, 2= exit on unhandeled errors and handeled errors
attempt_recover 1 ## 1= will attempt to finalise if an execute fails

Expand Down

0 comments on commit e76640c

Please sign in to comment.