1. Dec 22, 2021
  2. Dec 21, 2021
  3. Dec 20, 2021
  4. Dec 19, 2021
  5. Dec 18, 2021
  6. Dec 17, 2021
  7. Dec 16, 2021
  8. Dec 15, 2021
  9. Dec 14, 2021
    • Bastian Köcher's avatar
      rpc-author: Downgrade the logging level of some logs (#10483) · 1d3b5136
      Bastian Köcher authored
      * rpc-author: Downgrade the logging level of some logs
      
      Currently these messages are printed with `warn` levels, but they don't bring the node operator
      anything. The problem with these log lines is that they are triggered by external users when they
      send invalid transactions. This pr "resolves" this by downgrading the log severity to debug, aka not
      shown by default.
      
      * FMT
      1d3b5136