The logentries logging driver was removed in Docker Engine v25. The logentries
service was already shut-down, so it's unlikely there's still active users of
this driver.
When upgrading to Docker Engine v25, any container configured with this driver
will automatically be migrated to the "local" logging driver, so no action
is required from the user, and we can safely remove these docs.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Cleaned up references to old Docker Engine versions
discussing the introduction of dual logging
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>