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

Add logging for easier to debug #435

Merged
merged 1 commit into from
Dec 20, 2018

Conversation

hongquan
Copy link
Member

Fixes #423

Checklist
[x]-I have read the Contribution & Best practices Guide and my PR follows them.
[x]-My branch is up-to-date with the Upstream master branch.
[x]-The unit tests pass locally with my changes
[x]-I have added tests that prove my fix is effective or that my feature works
[x]-I have added necessary documentation (if appropriate)
[x]-All the functions created/modified in this PR contain relevant docstrings.

Test Passing
[]- The SUSI Server must be building on the pi on bootup
[]- The hotword detection should have a decent accuracy
[]- SUSI Linux shouldn't crash when switching from online to offline and vice versa (failing as of now)
[]- SUSI Linux should be able to boot offline when no internet connection available (failing)

Short description of what this resolves:

Changes proposed in this pull request:

@hongquan hongquan merged commit 3603cca into fossasia:development Dec 20, 2018
@hongquan
Copy link
Member Author

Test-susi_1.log

@hongquan
Copy link
Member Author

By default, the log is not produced. To let the log produced, add the option -v (verbose) to the command.

python3 -m main -v

You can add one more v to increase the verbosity level:

python3 -m main -vv

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.

Add logging feature to SUSI Linux
1 participant