Hello Erdix,
If the traceoptions are still enabled, "show configuration | display set | match traceoptions" will give you the filename. This file will be created in /var/log/ directory.
For example:
root@mx> show configuration | display set | match traceoptions set protocols isis traceoptions file isis.log root@mx> file list /var/log/isis* detail -rw-r----- 1 root wheel 65 Mar 14 23:21 /var/log/isis.log
If these traceoptions are not configured anymore, you can check system commit history to identify the file name:
root@mx> show system commit 0 2019-03-14 13:21:11 CET by root via cli 1 2019-03-11 10:27:41 CET by regress via cli root@mx> show system rollback compare 1 0 [edit protocols isis] + traceoptions { + file isis.log; + }
Best regards,
Sergii
----------------------------------------------------------------------------------------
Please mark this post as "Accepted solution" if your problem is resolved
----------------------------------------------------------------------------------------