An open API service indexing awesome lists of open source software.

https://github.com/zeroc0d3/go-logging

Sample log capture using GO
https://github.com/zeroc0d3/go-logging

golang log logrus

Last synced: about 1 year ago
JSON representation

Sample log capture using GO

Awesome Lists containing this project

README

          

# go-logging
Sample log capture using GO

## Prequest
* GO
* Logrus

## Dependencies
* Dependencies Management: [dep](https://github.com/golang/dep)
* Logging: [logrus](https://github.com/Sirupsen/logrus)

## Install Dependencies
* Install Package Manager:
```
go get -u -d github.com/golang/dep/cmd/dep
```
* Install PostgreSQL Driver
```
go get -u -d github.com/Sirupsen/logrus
```

## Using Package Manager
```
$ dep ensure -v
```

## Running
```
go run app.go
```

## License
MIT License