Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

The frontend.ini config file, located at /etc/squirro/frontend.ini configures the workings of the Squirro frontend user interface

Table of Contents

Table of Contents
outlinetrue
excludeTable of Contents

Activity Logging

Activity logging can be enabled by placing log_activity = true in the [activity] section of frontend.ini;

Code Block
titlefrontend.ini
[activity]
log_activity = true
Info

Enabling Access Logging will produce activity logs starting activity* under /var/log/squirro/frontend

Reduce HTTP Session

Link

Force End Browser Session 

To force end all browser sessions, add or change (if it already exists) the secret_key property in the [flask_app] section of frontend.ini:

Code Block
titlefrontend.ini
[flask_app]
secret_key = cd72f5568714078b8aacf1576c8023245554c03d36e674350174cebc

From the Flask documentation:

...

This page can now be found at frontend.ini on the Squirro Docs site.