Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Testing if Docker/CoreOS can handle long loglines from containers

License

Notifications You must be signed in to change notification settings

stuart-warren/testbigdockerlogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Big Docker Logs

Get started:

docker build -t testbigdockerlogs .

On CoreOS:

fleetctl start testbigdockerlogs.service

Check for issues:

docker logs shows the full message

fleetctl journal chops messages into 2048 chunks

journalctl -u testbigdockerlogs.service chops messages into 2048 chunks

See this:

https://github.com/stuart-warren/bigjournallogs

Using the github.com/coreos/go-systemd/journal golang library shows that the journal can handle large log lines.

About

Testing if Docker/CoreOS can handle long loglines from containers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages