-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathToolChainConfig
25 lines (20 loc) · 1.15 KB
/
ToolChainConfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ToolChain dynamic setup file
##### Runtime Paramiters #####
verbose 1 ## 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
###### Logging #####
log_mode Interactive # Interactive=cout , Remote= remote logging system "serservice_name Remote_Logging" , Local = local file log;
log_local_path ./log
log_service LogStore
###### Service discovery ##### Ignore these settings for local analysis
service_publish_sec -1
service_kick_sec -1
##### Tools To Add #####
Tools_File configfiles/LAPPDana/ToolsConfig_ASCII ## list of tools to run and their config files
##### Run Type #####
#Inline 102 ## number of Execute steps in program, -1 infinite loop that is ended by user
#Inline 4990 ## number of Execute steps in program, -1 infinite loop that is ended by user
#Inline 3990 ## number of Execute steps in program, -1 infinite loop that is ended by user
Inline 100 ## number of Execute steps in program, -1 infinite loop that is ended by user
Interactive 1 ## set to 1 if you want to run the code interactively