Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No INT logs are being generated #13

Open
haramoz opened this issue Dec 8, 2022 · 1 comment
Open

No INT logs are being generated #13

haramoz opened this issue Dec 8, 2022 · 1 comment

Comments

@haramoz
Copy link

haramoz commented Dec 8, 2022

Hi Team,

We installed this stack using Docker, following the instructions from README. But we are not seeing any INT data/logs being collected! Is this repository still working? I Can provide more information if needed. Please let me know. Thanks for your time and consideration.

Best regards,
Arka Mallick
Next Reply

@kvelusax
Copy link

kvelusax commented Dec 8, 2023

Hi,
Please change the log level from ERROR to DEBUG in the file -
int-platforms/platforms/bmv2-mininet/int.p4app/utils/int_collector_influx.py
as below to see the INT collection logs.

logging.basicConfig(level=logging.ERROR, format=log_format, filename="/tmp/p4app_logs/int_collector.log") =>
logging.basicConfig(level=logging.DEBUG, format=log_format, filename="/tmp/p4app_logs/int_collector.log")

Output:
root@zis11:~/P4/int-platforms# cd /tmp/p4app_logs/
root@zis11:/tmp/p4app_logs# ls -ltr
total 33772
-rw-r--r-- 1 root root 180 Dec 7 23:06 p4s.s1.log
-rw-r--r-- 1 root root 34577350 Dec 7 23:07 int_collector.log

Note: Pls send the traffic from mininet prompt to see the INT collection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants