refactor: renamed logging prefix
This commit is contained in:
parent
f34f53f24a
commit
82d87f388c
@ -29,7 +29,7 @@ func CreateSourceNode(ctx context.Context, driver neo4j.DriverWithContext, anthr
|
|||||||
"node_source_url": anthroveSource.Domain,
|
"node_source_url": anthroveSource.Domain,
|
||||||
"node_source_displayName": anthroveSource.DisplayName,
|
"node_source_displayName": anthroveSource.DisplayName,
|
||||||
"node_source_icon": anthroveSource.Icon,
|
"node_source_icon": anthroveSource.Icon,
|
||||||
}).Trace("neo4j: created source node")
|
}).Trace("graph: created source node")
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user