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

Enhance server:start() logging #79

Merged
merged 1 commit into from
Dec 27, 2019
Merged

Conversation

rosik
Copy link
Contributor

@rosik rosik commented Dec 27, 2019

Make log compatible with bash. Also command line arguments were missing.

Before the patch:

export TARANTOOL_FOO = foo export TARANTOOL_BAR = bar ./init.lua

After the patch:

TARANTOOL_FOO="foo" TARANTOOL_BAR="bar" ./init.lua "--alias" "dummy"

Make log compatible with bash. Also command line arguments were missing.

Before the patch:

```bash
export TARANTOOL_FOO = foo export TARANTOOL_BAR = bar ./init.lua
```

After the patch:

```bash
TARANTOOL_FOO="foo" TARANTOOL_BAR="bar" ./init.lua "--alias" "dummy"
```
@rosik rosik requested a review from printercu December 27, 2019 00:44
@printercu printercu merged commit 3c73eb9 into master Dec 27, 2019
@printercu printercu deleted the enhance-server-start-logging branch December 27, 2019 09:28
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