Products | Versions |
---|---|
TIBCO ActiveSpaces | - |
Not Applicable | - |
While running as-agent / as-admin / Client (AS API) the following log options can be used.
-log log file path | If you include the parameter -log <log_file>, then the log filename will be log_file-<processid>.log. For example, if you enter -log as, then the log filename is as-<processid>.log. |
-log_debug | default 3 (INFO) To specify a log level, specify: -debug <log_level> The log levels are as follows: 1 = ERROR_LEVEL 2 = WARNING_LEVEL 3 = INFO_LEVEL The default is 3 (INFO). The log information displayed on the console is minimal and cannot be controlled through this parameter. This parameter is only for log files. If a log file is not specified, then the debug (log level) value is ignored. |
-log_limit | default -1 (no limit) File size in bytes before rollover |
-log_count | default 1 Max number of rolling files |
-log_append | default true Append logs or not |
-debug <log_level> | default 3 (INFO) Log level to be used |
-advisory_level <advisory_level> | default 3 (INFO) advisory is not enabled yet, but once it is enabled, this will be what user wants to see in advisory logs (we have console logging, file logging and finally advisory logging) |
File logging options:
-log log file path
-log_debug default 3 (INFO)
-log_limit default -1 (no limit)
-log_count default 1
-log_append default true
Console logging options:
-debug <log_level> default 3 (INFO)
advisory logging options
-advisory_level <advisory_level> default 3 (INFO)