Skip to content

Commit

Permalink
Merge pull request aerokube#628 from vania-pooh/master
Browse files Browse the repository at this point in the history
Logging when metadata feature is enabled
  • Loading branch information
vania-pooh committed Dec 14, 2018
2 parents bff0171 + 7c74d9a commit 35243e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const metadataFileExtension = ".json"
func init() {
mp := &MetadataProcessor{}
event.AddSessionStoppedListener(mp)
log.Println("[-] [INIT] [Will save sessions metadata]")
}

type MetadataProcessor struct {
Expand Down

0 comments on commit 35243e1

Please sign in to comment.