How to collect Fing Agent log files

Have more questions? Submit a request

 

All commands may be executed directly on the Raspberry Pi, or from another device via Secure Shell protocol (SSH).

 

How to change the log level to DEBUG

  • Open a terminal and run the following commands:
sudo cp /snap/fing-agent/current/conf/fingagent.properties /var/snap/fing-agent/common/conf 
  • Change the log.properties file by entering the command
sudo nano /var/snap/fing-agent/common/log/log.properties
  • Change the attribute overlook.fingagent.logging.level to DEBUG 

Screenshot 2024-07-19 at 12.06.26.png

  • Save the change
  • Restart the agent to apply the change by entering the command
sudo snap restart fing-agent
  • Replicate the issue found in the Fing Agent in order to populate log files.

How to create logs archive 

  • Change the work directory and enter the command
cd /var/snap/fing-agent/common/log
  • Create a logs archive by entering the command below:
sudo tar cvf logs.tar * 
  • A compressed file logs.tar will be created in the logs directory.

How to submit a request

  1. Click the Submit a request link.
  2. Attach the compressed log files saved locally in the Attachment section by clicking on the 'Add file' link.
  3. In the subject enter the issue found.
  4. In the description enter the Fing-Agent behaviour providing  as much detail as possible about your network environment (network, router, VPN, Firewall, etc).
  5. Click on Submit.

Articles in this section

Was this article helpful?
1 out of 1 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.