Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix crash after query of map/path #129

Merged
merged 1 commit into from
Nov 14, 2022
Merged

Conversation

hetao92
Copy link
Contributor

@hetao92 hetao92 commented Nov 14, 2022

fix crash after query of map/path

veezhang
veezhang previously approved these changes Nov 14, 2022
@@ -41,6 +42,7 @@ func Import(taskID string, configPath string, configBody *config.YAMLConfig) (er
logPath = *configBody.LogPath
}
runnerLogger := logger.NewRunnerLogger(logPath)
logger.SetLogger(runnerLogger)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, the log will be global, how is each task differentiated?

@hetao92 hetao92 merged commit 748b8f0 into vesoft-inc:master Nov 14, 2022
@hetao92 hetao92 deleted the hetao-fix branch November 14, 2022 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants