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

Automated logging towards GRiSP.io #18

Merged
merged 22 commits into from
Apr 1, 2024
Merged

Automated logging towards GRiSP.io #18

merged 22 commits into from
Apr 1, 2024

Commits on Mar 15, 2024

  1. Add log handler

    ziopio committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    66a461c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    784846d View commit details
    Browse the repository at this point in the history
  3. Fix disconnection call

    ziopio committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5deede1 View commit details
    Browse the repository at this point in the history
  4. Add stage.grisp.io domain IP

    ziopio committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    df56ddf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70d0e4e View commit details
    Browse the repository at this point in the history
  6. Remove debug print

    ziopio committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3aa008b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Make logs related setting general

    They are not so tied to the websocket
    ziopio committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    706843e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    578037d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2812ada View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87e8b81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85c619a View commit details
    Browse the repository at this point in the history
  6. Fix typo in readme

    ziopio committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b73b884 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    9437cf7 View commit details
    Browse the repository at this point in the history
  2. Add binlog test suite

    ziopio committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a029a29 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    b6372b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Replace log longs with a warning reporting its size

    Maximum size is hardcoded to 30_000 to avoid rtems bug
    ziopio committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    41556ea View commit details
    Browse the repository at this point in the history
  2. Fix binlog bug

    Truncate function is not dropping the target index returned by the server
    ziopio committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    26a35ce View commit details
    Browse the repository at this point in the history
  3. Add argument to set maximum byte size of the log chunk

    Maximum size is hardcoded to avoid rtems bug
    ziopio committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7c23335 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57a0c35 View commit details
    Browse the repository at this point in the history
  5. Add explanation and example config for swapping the default logger an…

    …d get all logs into GRiSP.io
    ziopio committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7edcbca View commit details
    Browse the repository at this point in the history
  6. Correct wording in README

    ziopio committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    048d1d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Adjust wording in README

    maehjam committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4e9bb61 View commit details
    Browse the repository at this point in the history