fleet/server/logging
WangXiang 468754f2b9
Format and clean code (#774)
1. use [staticcheck](https://staticcheck.io/) to check the code, and fix some issues.
2. use `go fmt` to format the code.
3. use `go mod tidy` clean the go mod.
2021-05-17 10:29:50 -07:00
..
mock Add AWS Lambda as logging plugin (#347) 2021-02-24 10:02:26 -08:00
filesystem.go Add compression option for filesystem logs when they're rotated (#2292) 2020-09-09 13:33:32 -07:00
filesystem_test.go Add compression option for filesystem logs when they're rotated (#2292) 2020-09-09 13:33:32 -07:00
firehose.go Add stdout and kinesis logger plugins and sts assume role to Firehose (#2282) 2020-08-19 14:56:44 -07:00
firehose_test.go Format and clean code (#774) 2021-05-17 10:29:50 -07:00
kinesis.go Fix string(int) in Kinesis logger for Go 1.15 compatibility (#2309) 2020-09-27 09:44:55 -07:00
kinesis_test.go Format and clean code (#774) 2021-05-17 10:29:50 -07:00
lambda.go Add AWS Lambda as logging plugin (#347) 2021-02-24 10:02:26 -08:00
lambda_test.go Add AWS Lambda as logging plugin (#347) 2021-02-24 10:02:26 -08:00
logging.go Copy log fields into GCP PubSub attributes (#712) 2021-05-08 12:29:52 -07:00
pubsub.go Copy log fields into GCP PubSub attributes (#712) 2021-05-08 12:29:52 -07:00
stdout.go Add stdout and kinesis logger plugins and sts assume role to Firehose (#2282) 2020-08-19 14:56:44 -07:00