Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f71384c3839b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 53af41d3017d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 7, 2018

  1. minio: Output server logs & startup in json format

    Currently minio logs with enhanced tty data and journalctl does not include anything useful as a result:
    
    ```
    Jun 08 11:03:28 alpha minio[17813]: [78B blob data]
    Jun 08 11:03:28 alpha minio[17813]: [49B blob data]
    Jun 08 11:03:28 alpha minio[17813]: [19B blob data]
    Jun 08 11:03:28 alpha minio[17813]: [88B blob data]
    Jun 08 11:03:28 alpha minio[17813]: [45B blob data]
    Jun 08 11:03:28 alpha minio[17813]: [44B blob data]
    Jun 08 11:03:28 alpha minio[17813]: [57B blob data]
    ```
    
    Indicating that it detected some binary output.  With the `--json` flag it logs:
    
    ```
    Jun 08 11:14:58 alpha minio[18573]: {"level":"FATAL","time":"2018-06-07T23:14:58.770637778Z","error":{"message":"--address input is invalid: address 127.0.0.1: missing port in address","source":["/build/go/src/github.com/minio/minio/cmd/server-main.go:121:cmd.serverHandleCmdArgs()"]}}
    ```
    hamishmack committed Jun 7, 2018
    Copy the full SHA
    0e5c971 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Merge pull request #41652 from hamishmack/patch-4

    minio: Output server logs & startup in json format
    Mic92 committed Jun 8, 2018
    Copy the full SHA
    53af41d View commit details
    Browse the repository at this point in the history