Closed olgashtivelman closed 6 years ago
Review status: 0 of 3 files reviewed, 1 unresolved discussion (waiting on @olgashtivelman and @shay-berman)
utils/logs/go_logging_logger.go, line 86 at r3 (raw file):
if l.params.ShowGoid{ return fmt.Sprintf("%s:%d-%s", new_context.Id, go_id, new_context.ActionName)
whats happen if action name not given in the context?
I think we should succeed to work but without show the action name.
Comments from Reviewable
this PR will add an action name to each log line. (for example all oprerations that are part of Delete will have the request-action name in the log. like : fd5dd389-7acb-11e8-88cd-54ee75515403-Delete
This change is