Skip to main content

Python generator which implements `tail -f`-like behaviour, with support for tailing multiple files.

Project description

from multitail import multitail
for fn, line in multitail('/var/log1', '/var/log2', '/var/log3'):
    print '%s: %s' % (fn, line)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

multitail-1.3.tar.gz (1.7 kB view details)

Uploaded Source

File details

Details for the file multitail-1.3.tar.gz.

File metadata

  • Download URL: multitail-1.3.tar.gz
  • Upload date:
  • Size: 1.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for multitail-1.3.tar.gz
Algorithm Hash digest
SHA256 e36d2ad2814e8d3ca1cba67a1a01948ea7b67f838776f555c82e826d6df1fb72
MD5 22ac01bd383097c74858d70a085fe6d5
BLAKE2b-256 60d3a1ba7af06022a23f73f7227d71fe75218a765ec4ca971d8aca51993fa15e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page