Closed em-saqib closed 3 months ago
I got it. The logs should be be saved to sahred folder. Example:
Open s1.startup file Add log-console and path to 2nd line: simple_switch -i 1@eth0 -i 2@eth1 -i 3@eth2 --log-console l2_basic_forwarding.json >/shared/s1.log &
Hello,
I am using Kathara framework for running P4 excercises. I don't see any logs directory after running the P4 excercise. Do I need to instruct the switches to generate logs before launching the simulation? I tried to enable logging from s1.startup up file by adding --log-console path/s1.log command to the simple_switch but it does not generate any log file. Thanks.