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

Improve Logs #203

Merged
merged 5 commits into from
Jul 12, 2023
Merged

Improve Logs #203

merged 5 commits into from
Jul 12, 2023

Commits on Jul 11, 2023

  1. swap: Refactor out incoming message log

    Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
    nepet committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2589c32 View commit details
    Browse the repository at this point in the history
  2. swap: Add last message log map

    We use this log to keep track of which incoming message types have
    already been logged.
    
    Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
    nepet committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    3862a34 View commit details
    Browse the repository at this point in the history
  3. cln: Remove spammy log message

    We don't need to log on a "message already exists error" as we
    already log if we receive a message that we already know.
    
    Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
    nepet committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    5a7963f View commit details
    Browse the repository at this point in the history
  4. msgs: Remove blank lines from log messages

    Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
    nepet committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    cec1a86 View commit details
    Browse the repository at this point in the history
  5. txwatcher: Add more information to otherwise useless log message

    Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
    nepet committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    17e9414 View commit details
    Browse the repository at this point in the history