While debugging with Specman i need to change the log file, which is specman.elog in default. is there a way to change Specman's log file via the console?
Asked
Active
Viewed 116 times
3 Answers
1
BTW, specman log files file extention is *.elog. When you specify a different file extention (LOG_NAME.log) it will override it, and will make it hard for you to identify the specman log from other logs. If you omit the extention, it will defaultively assign .elog extention.

Avi Farjoun
- 41
- 1
- 4
1
just to clarify - the " is not required
set log part1 (doing some commands) set log part2 (doing some more commands)
will result with three log files
- specman.elog
- part1.elog
- part2.elog

user3467290
- 706
- 3
- 4