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

CLI outputs could be done directly to terminal instead of writing to dbptk-app.log.txt #544

Open
pandabear opened this issue Dec 19, 2022 · 0 comments

Comments

@pandabear
Copy link

Description:

I tried using master-branch built dbptk.

The usage of CLI tool produces dbptk-app.log.txt whenever it is being invoked. I feel that this is not necessary, because on terminal or command prompt, we can utilize redirections. The old behaviour can still be invoked with java -jar dbptk-app-2.11.0-SNAPSHOT.jar &>> dbptk-app.log.txt.

The benefit this change brings, I believe, is that it'll give more control to the cli-tool user to manage and control the log file outputs via familiar tools of bash redirection and logrotate. At the same time this eliminates how the current log file feels being forced upon usage even when command is run out of curiosity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant