Skip to content

I will be adding all files related to the Distributed Logging System. IE (Apache Config Log, Log Listener, Log Producer, CRON)

License

Notifications You must be signed in to change notification settings

it490-wizards/logging-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logging-system

This repository is a basic distributed logging system that operates using RabbitMQ.

Installation

python3 -m pip install -r requirements.txt

Create a file .env which defines the necessary environment variables.

  • PIKA_HOST
  • PIKA_PORT
  • PIKA_VIRTUAL_HOST
  • PIKA_USERNAME
  • PIKA_PASSWORD

About

I will be adding all files related to the Distributed Logging System. IE (Apache Config Log, Log Listener, Log Producer, CRON)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages