How to change log level to debugging mode

logs are used to hunt issues and crashes and get a clear understanding of system behaviour.
Logs enables you to analyse issues with ease.

SafeSquid provide such logs which are locate at /var/log/safesquid/native/safesquid.log and /var/log/safesquid/extended/extended.log
Respective logs while help in your troubleshooting.

By default safesquid native logs does not provide comprehensive information.
Using safesquid’s debug mode, native log prints comprehensive details.

Below is an example of logs which is written in default mode.
[Output of find client id.sh with LOG_LEVEL set to everything but not debugging]
image

You can follow below steps to change LOG_LEVEL from default to debug.

Access your safesquid interface.

image

Click on support which is at top right of the screen.

image

Select startup params

image

Click on edit icon

image

image

Click on the

image

symbol in front of LOG_LEVEL

image

Copy debugging set number.

image

Paste inside LOG_LEVEL and Click on the tick mark

image

Now click “Restart” to restart SafeSquid services to apply changes.

image

Click on submit

image

image

Log will be written in debugging mode.
find_client_id.sh output will have complete connection details.
image