mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
Scraping Fixes
- Fixed bugs with scraping graphql endpoint - Added traceID to logging for jobs
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ class Context {
|
||||
this.id = ctx.id || uuid.v4();
|
||||
|
||||
// Attach a logger or create one.
|
||||
this.log = ctx.log || createLogger('context', this.id);
|
||||
this.log = ctx.log || createLogger('graph:context', this.id);
|
||||
|
||||
// Load the current logged in user to `user`, otherwise this will be null.
|
||||
this.user = get(ctx, 'user');
|
||||
|
||||
Reference in New Issue
Block a user