vgoltv / logrus-gce

Google Cloud Engine Logging Formatter for Logrus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logrus-gce

Google Cloud Engine Logging Formatter for Logrus

How to use

package main

import (
	log "github.com/Sirupsen/logrus"
    logrusgce "github.com/znly/logrus-gce"
)

func main() {
    log.SetFormatter(logrusgce.NewGCEFormatter(true))
    log.WithField("myfield", "myvalue").Info("hey")
}

About

Google Cloud Engine Logging Formatter for Logrus

License:Apache License 2.0


Languages

Language:Go 100.0%