laravel-logger icon indicating copy to clipboard operation
laravel-logger copied to clipboard

GeoPlugin configuration settings.

Open kentdahl opened this issue 8 months ago • 1 comments

GeoPlugin configuration settings; enable toggle and API URL.

Adds configuration settings to be able to disable the GeoPlugin used from the log activity views.

Disable in .env with:

LARAVEL_LOGGER_GEO_PLUGIN_ENABLED=false

... and you should see a lot more Additional Ip Address Data Not Available on individual activity log entries.

(The usual caveats about published config files apply; republish or merge to ensure setting is picked up.)

kentdahl avatar Feb 09 '25 15:02 kentdahl