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

Improved logging #149

Merged
merged 2 commits into from
Jan 26, 2021
Merged

Improved logging #149

merged 2 commits into from
Jan 26, 2021

Commits on Jan 21, 2021

  1. Improve logging across all js files

    - Based on "winston" logging library
    - Removed no longer needed lodash
    - Locked npm dependencies to most recent major versions to avoid installs breaking due to node module updates
    SweVictor committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    4176cfb View commit details
    Browse the repository at this point in the history
  2. Read log level from configuration and update readme

    - Break out reading of settings in js and remove it from shell scripts
    - Pick up config from Logger via Configuration class
    SweVictor committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    1b55cab View commit details
    Browse the repository at this point in the history