Skip to content

madetech/azure-log-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Exception Fetcher

A quick script to fetch exceptions from a table located on a CosmosDB Table.

Installation

pipenv sync

Usage

Populate your environment:

echo "export COSMOSDB_ACCOUNT='<Your storage name>'" > .env
echo "export COSMOSDB_KEY='<Your storage key>'" >> .env

and Run:

LOG_ENV='dev' pipenv run ./scrape.py

You can also set the table name explicitly

export LOG_TABLE='devinformationlogs'
pipenv run ./scrape.py

About

simple log fetcher for one of our projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages