Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Docker: generate our own log config #5565

Merged
merged 11 commits into from
Jun 27, 2019
Merged

Commits on Jun 25, 2019

  1. Factor out "generate_config_from_template"

    ... and inline generate_secrets
    richvdh committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    a52e1a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1fddb7 View commit details
    Browse the repository at this point in the history
  3. Add a main() function

    richvdh committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    3f24e4d View commit details
    Browse the repository at this point in the history
  4. isort

    richvdh committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    5375c3a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. changelog

    richvdh committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    043ab6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c58a6e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e433be View commit details
    Browse the repository at this point in the history
  4. changelog

    richvdh committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    a0f2921 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6347dc1 View commit details
    Browse the repository at this point in the history
  6. Docker: generate our own log config

    When running under docker, we want to use docker's own logging stuff rather
    than losing the logs somewhere on the container's filesystem, so let's use log
    configs that spit logs out to stdout instead.
    richvdh committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    28e30c6 View commit details
    Browse the repository at this point in the history
  7. changelog

    richvdh committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    befa116 View commit details
    Browse the repository at this point in the history