Skip to content

Instantly share code, notes, and snippets.

@jmerinen
jmerinen / syslog.txt
Created December 10, 2018 04:22
Log output of check container being destroyed and re-created
This file has been truncated, but you can view the full file.
Dec 10 02:00:03 concourse-test concourse[18249]: {"timestamp":"1544407203.235091448","source":"tsa","message":"tsa.connection.keepalive","log_level":1,"data":{"remote":"127.0.0.1:40662","session":"94","type":"keepalive"}}
Dec 10 02:00:08 concourse-test concourse[19127]: {"timestamp":"1544407208.214818001","source":"worker","message":"worker.reporting-containers","log_level":1,"data":{}}
Dec 10 02:00:08 concourse-test concourse[19127]: {"timestamp":"1544407208.215465069","source":"guardian","message":"guardian.list-containers.starting","log_level":1,"data":{"session":"7761"}}
Dec 10 02:00:08 concourse-test concourse[19127]: {"timestamp":"1544407208.215622902","source":"guardian","message":"guardian.list-containers.finished","log_level":1,"data":{"session":"7761"}}
Dec 10 02:00:08 concourse-test concourse[18249]: {"timestamp":"1544407208.229905367","source":"tsa","message":"tsa.connection.channel.channel-request","log_level":1,"data":{"remote":"127.0.0.1:36340","session":"10451.1","type":"exec"}}
Dec 10 02:00:0
@jmerinen
jmerinen / test-pipeline.yml
Created December 10, 2018 02:16
Test pipeline
---
groups:
- name: test-pipeline
jobs:
- dummy-job
resources:
- name: sources
type: git
source:
@jmerinen
jmerinen / gist:3717ffb16cb361f8b0e0b6076fb6abd8
Created March 7, 2018 14:56
Terraform apply debug output
2018/03/07 14:29:09 [INFO] Terraform version: 0.11.3 3802b14260603f90c7a1faf55994dcc8933e2069
2018/03/07 14:29:09 [INFO] Go runtime version: go1.9.1
2018/03/07 14:29:09 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2018/03/07 14:29:09 [DEBUG] Attempting to open CLI config file: /home/jmerinen/.terraformrc
2018/03/07 14:29:09 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/03/07 14:29:09 [INFO] CLI command args: []string{"apply"}
2018/03/07 14:29:09 [INFO] command: empty terraform config, returning nil
2018/03/07 14:29:09 [DEBUG] command: no data state file found for backend config
2018/03/07 14:29:09 [DEBUG] New state was assigned lineage "d3c7a3ae-06fd-42c5-8e6f-7aeea67d2083"
2018/03/07 14:29:09 [INFO] command: backend initialized: <nil>