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

Enhanced debugging features: #870

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 31, 2023

  1. Enhanced debugging features:

    1. Log request uri in server request handler for log level debug.
    I prefer to log this level info in mny fork because it enables quick
    diagnosis when my Alexa speech skill has misheard what I said. But
    doing it on debug level is more consistent with the original program.
    
    2. Add /loglevel get request which implements ability to
    change the process NODE_LOG_LEVEL (one of trace, debug,
    info, warn, or error (and off which is a synonym for error)).
    Document the command in static doc content.
    
    This is very useful when the code is running in a container. Especially
    if you add it to your alexa skill as I have.
    kshartman committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    448b689 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Merge pull request #14 from jishi/master

    add apple music playlist support
    kshartman committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    bd8e6ab View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Merge pull request #17 from jishi/master

    fix: use correct variable for shuffle response
    kshartman committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    a829c4e View commit details
    Browse the repository at this point in the history