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

Clean logs #1252

Merged
merged 56 commits into from
Jun 17, 2022
Merged

Clean logs #1252

merged 56 commits into from
Jun 17, 2022

Commits on Jun 10, 2022

  1. Update router logs

    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    9bab51a View commit details
    Browse the repository at this point in the history
  2. Update managed_transport logs

    This commit changes the info logs to debug and deletes the logs from the method readPacket as they are repetative and don't offer much in terms of debugging.
    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    01001cf View commit details
    Browse the repository at this point in the history
  3. Fix router logs

    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    fdfd6ef View commit details
    Browse the repository at this point in the history
  4. Update transport logs

    This commit changes the info logs to debug and deletes the logs that are just used to notify about lock and unlock..
    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    f31cd94 View commit details
    Browse the repository at this point in the history
  5. Update logs in package network

    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    549c3b8 View commit details
    Browse the repository at this point in the history
  6. Update addrresolver logs

    This commit changes the info logs to debug and and along with that adds a WithField method to the logs of the methods with the func as the field insted of having the name of the method in the log.
    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    87432e5 View commit details
    Browse the repository at this point in the history
  7. Update module init logs

    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    06e8cde View commit details
    Browse the repository at this point in the history
  8. Update logs in setup

    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    6063de8 View commit details
    Browse the repository at this point in the history
  9. Update skychat print

    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    04687a9 View commit details
    Browse the repository at this point in the history
  10. Update appserver logs

    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    590e244 View commit details
    Browse the repository at this point in the history
  11. Update hypervisor logs

    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    9b8f1bd View commit details
    Browse the repository at this point in the history
  12. Update rpcutil logs

    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    496f9ea View commit details
    Browse the repository at this point in the history
  13. Update visor logs

    This commit changes the info logs to debug and adds a startup finished info log.
    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    fe22124 View commit details
    Browse the repository at this point in the history
  14. Update init logs

    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    98124e9 View commit details
    Browse the repository at this point in the history
  15. Remove lock logs in transport

    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    0f5b581 View commit details
    Browse the repository at this point in the history
  16. Update autoconnect log

    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    24709ab View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    377ed3f View commit details
    Browse the repository at this point in the history
  18. Update appnet logs

    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    b68beaa View commit details
    Browse the repository at this point in the history
  19. Fix autoconnect logs

    This commit fixes the error log by printing it only if the error is not equal to context cancled.
    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    c232d73 View commit details
    Browse the repository at this point in the history
  20. Update startup finished log

    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    74b61da View commit details
    Browse the repository at this point in the history
  21. Fix hypervisor logs

    This commit removes the Requesting and Obtained log for summary via RPC as it is a recurring log and is not usefull.
    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    a0d17d2 View commit details
    Browse the repository at this point in the history
  22. Update proc log levels

    This commit changes the log level of Stdout to Debug and Stderr to Error instead of both being Info.
    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    f39339b View commit details
    Browse the repository at this point in the history
  23. Update vpn client logs

    This commit updates the vpn-client logs by printing the error logs with print() that uses the Stderr to write out the errors.
    
    We also get rid of *logrus.Logger in client as it was also writing logs to Stderr instead of Stdout as we need our non error logs to be.
    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    12f63b2 View commit details
    Browse the repository at this point in the history
  24. Fix log of method writePacket of the reciever RouteGroup

    This commit fixes the error log printed when the RouteGroup is already closed.
    ersonp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    76f9caa View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Update vpn-client logs

    ersonp committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2cb8922 View commit details
    Browse the repository at this point in the history
  2. Update vpn-server logs

    ersonp committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    d0483b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2f8e22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    920461c View commit details
    Browse the repository at this point in the history
  5. Fix appCl.SetError

    ersonp committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    557942b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75ac42a View commit details
    Browse the repository at this point in the history
  7. Minor fixes in vpn-client

    ersonp committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    df54dfd View commit details
    Browse the repository at this point in the history
  8. Update skysocks-client logs

    ersonp committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    acd50cc View commit details
    Browse the repository at this point in the history
  9. Use app errors in skysocks

    ersonp committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    99b8b24 View commit details
    Browse the repository at this point in the history
  10. Minor fix

    ersonp committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    7b42958 View commit details
    Browse the repository at this point in the history
  11. Update logs in skysocks

    ersonp committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    5be4768 View commit details
    Browse the repository at this point in the history
  12. Update skychat logs

    ersonp committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    acba5cb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5b7aaa8 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    79b8006 View commit details
    Browse the repository at this point in the history
  2. Minor Changes

    ersonp committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    d1993e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Minor logs fixes in vpn-client

    ersonp committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    8f0f1b9 View commit details
    Browse the repository at this point in the history
  2. Minor fixes

    ersonp committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    ddbdb6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c730fe View commit details
    Browse the repository at this point in the history
  4. Fix EnableIPMasquerading issue

    ersonp committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    e1fc410 View commit details
    Browse the repository at this point in the history
  5. Fix entry log

    This commit fixes the entry log in the method RegisterEntry of HTTPClient by adding a String method to the reciever Service which returns a string of the Marshalled struct and also using the String method of the Addr struct inside it.
    ersonp committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    5087c8a View commit details
    Browse the repository at this point in the history
  6. Minor fix

    ersonp committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    15a9d2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23e242f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a5f825 View commit details
    Browse the repository at this point in the history
  9. Fix startup logs

    ersonp committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    442f740 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Remove test logs

    ersonp committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    712f9b7 View commit details
    Browse the repository at this point in the history
  2. Fix vpn-client

    This commit fixes the vpn-client not working issue that was introduced by the commit 920461c since it passed eventSub to the appclient before running eventSub.OnTCPDial and eventSub.OnTCPClose which caused the vpn-client to not work as intended.
    
    We fix it by running them first before passing the eventSub to app.NewClient.
    ersonp committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e8df2b2 View commit details
    Browse the repository at this point in the history
  3. Update chi logger

    This commit adds a condition to use the logger middleware in chi only when the log level is either debug or trace.
    ersonp committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    a329bae View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Update skywire-utilities

    ersonp committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    a16a3aa View commit details
    Browse the repository at this point in the history
  2. Update dmsg

    ersonp committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    f95406b View commit details
    Browse the repository at this point in the history
  3. Fix test

    ersonp committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    0b9aaca View commit details
    Browse the repository at this point in the history
  4. Update changelog

    ersonp committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    0791892 View commit details
    Browse the repository at this point in the history
  5. Fix mac and win test

    ersonp committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    b8f0d66 View commit details
    Browse the repository at this point in the history