Filter › Troubleshoot
What is an Extension Log and where do I find it?
Sometimes, when you are troubleshooting with a support engineer, They may ask you to provide an Extension log file. This is a log the provides all extension interactions for a specific extension during the time it is open/debugging, and will help our team more quickly resolve extension specific issues.
Getting the Extension Log
-
Click the puzzle-piece icon (Extensions) and then click "manage extensions" (Or go to chrome://extensions in the URL bar)
-
At the top right of the extensions page find the option "Developer mode" turn this slider to ON.
-
From here, find the securly extension and click on the hyperlink (Service-worker) which will then open a console for step 4.
-
Select console from the menu options at the top
-
Type debuglog.enabled = true;
-
Right-click anywhere in the console capture and then choose "save-as"
-
Name the file "Extension.log" and download
If you do not have a link to the server worker, it is usually because your account does not allow devtools on extension pages. In order to achieve this, use the following steps:
Step 1: Access the Chrome Policy Settings
-
Sign in to the Google Admin Console using your administrator credentials.
-
Navigate to Devices > Chrome > Settings > Users & browsers.
-
On the left side panel, select the specific Organizational Unit (OU) containing the users or developers who need extension debugging access.
Step 2: Modify the Developer Tools Availability Policy
-
Scroll down to the User Experience section, or use the "Search settings" bar at the top and type "Developer tools".
-
Locate the Developer tools dropdown setting (internally known as the
DeveloperToolsAvailabilitypolicy). -
Change the setting to Always allow use of built-in developer tools
-
Change the Extensions page developer mode
-
Change to Allow use of developer tools on extensions page