Skip to content

Commit 9e723e5

Browse files
authored
[processor/lsminterval]Log shutdown finished (#162)
1 parent c3a971a commit 9e723e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

processor/lsmintervalprocessor/processor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ func (p *Processor) Start(ctx context.Context, host component.Host) error {
148148
}
149149

150150
func (p *Processor) Shutdown(ctx context.Context) error {
151+
defer p.logger.Info("shutdown finished")
151152
// Signal stop for the exporting goroutine
152153
p.cancel()
153154

0 commit comments

Comments
 (0)