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 #17

Merged
merged 17 commits into from Mar 12, 2024
Merged

Add logging #17

merged 17 commits into from Mar 12, 2024

Commits on Sep 8, 2023

  1. features: system: Remove sleep during calls

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Sep 8, 2023
    Copy the full SHA
    e91ccf6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Cargo: Use tracing over log

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 11, 2024
    Copy the full SHA
    7feab3a View commit details
    Browse the repository at this point in the history
  2. cli: Add log_path argument

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 11, 2024
    Copy the full SHA
    94f7133 View commit details
    Browse the repository at this point in the history
  3. cli: Add command_line_string

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 11, 2024
    Copy the full SHA
    33689e6 View commit details
    Browse the repository at this point in the history
  4. logger: Update to use tracing

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 11, 2024
    Copy the full SHA
    74cfe4c View commit details
    Browse the repository at this point in the history
  5. features/server: Remove log to use tracing include

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 11, 2024
    Copy the full SHA
    91cdb1e View commit details
    Browse the repository at this point in the history
  6. server: Add debug message about server address

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 11, 2024
    Copy the full SHA
    fd8bc93 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. cli: Add log-settings

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 12, 2024
    Copy the full SHA
    27326a5 View commit details
    Browse the repository at this point in the history
  2. features: kernel: Fix style

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 12, 2024
    Copy the full SHA
    98527db View commit details
    Browse the repository at this point in the history
  3. features: platform: Add debug derive

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 12, 2024
    Copy the full SHA
    45d314e View commit details
    Browse the repository at this point in the history
  4. features: platform: raspberry: Fix style

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 12, 2024
    Copy the full SHA
    e104b8c View commit details
    Browse the repository at this point in the history
  5. features: system: Fix style

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 12, 2024
    Copy the full SHA
    6a2c5cb View commit details
    Browse the repository at this point in the history
  6. server: pages: Fix style

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 12, 2024
    Copy the full SHA
    3e0c816 View commit details
    Browse the repository at this point in the history
  7. recorder: Add first version

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 12, 2024
    Copy the full SHA
    1cacad1 View commit details
    Browse the repository at this point in the history
  8. main: Use recorder

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 12, 2024
    Copy the full SHA
    eccc3de View commit details
    Browse the repository at this point in the history
  9. Cargo: Update to add new changes

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 12, 2024
    Copy the full SHA
    2a30e50 View commit details
    Browse the repository at this point in the history
  10. gitignore: Add logs folder

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 12, 2024
    Copy the full SHA
    42fcc42 View commit details
    Browse the repository at this point in the history