Skip to content

Commit

Permalink
Add separator to message
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Feb 12, 2021
1 parent f99b6dd commit c72f1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

// bindLoggingPipe spawns a goroutine for passing through logging of the given output pipe.
func bindLoggingPipe(name string, pipe io.Reader, output io.Writer, logPrefix bool) {
log.Printf("Started logging %s from function.", name)
log.Printf("Started logging: %s from function.", name)

scanner := bufio.NewScanner(pipe)
logFlags := log.Flags()
Expand Down

0 comments on commit c72f1f9

Please sign in to comment.