Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

OpenBookPublishers/obp_logs_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBP Logs downloader

Get access logs from a HTTP end point. This script simply downloads logs from a known URL and stores them in a directory, which may then be shared with a log processing script.

Run via crontab

0 1 * * 0 docker run --rm --name "logs_downloader" --env-file /path/to/config.env -v obp-logs:/usr/src/app/logs openbookpublishers/obp_logs_downloader