Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgresml/pgcat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: postgresml/pgcat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Jul 27, 2023

  1. Restore the ability to filter spammy log messages (#530)

    * Move connection checkin log messages to their own target
    
    Under heavy load they can happen thousands of times per second, and
    should generally be considered a nuisance at best. This marks the state
    discard as an info rather than a warning, and moves all the messages
    into their own log-target, so they can be filtered separately from the
    more relevant warnings.
    
    Signed-off-by: D.S. Ljungmark <[email protected]>
    
    * Remove left-over env_logger dependencies
    
    When moving to tracing-subscriber for logging, the env_logger
    dependencies were left around, this cuts them out as dead code.
    
    Signed-off-by: D.S. Ljungmark <[email protected]>
    
    * Restore ability to filter log messages at runtime
    
    This restores the RUST_LOG filters from env_logger but now with the
    tracing subscriber setup. The filters are chained so commandline options
    mark the default in case either option is set, which should be the path
    of least confusion for users.  ( RUST_LOG setting level to debug, and
    commandline to warning is an odd user case, and I don't know what a user
    who does that is expecting. )
    
    It also bumps the version number as a fix to see which versions have
    which behaviour.
    
    Signed-off-by: D.S. Ljungmark <[email protected]>
    
    ---------
    
    Signed-off-by: D.S. Ljungmark <[email protected]>
    Spindel authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    328108a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

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

Commits on Aug 2, 2023

  1. Fix for #534 and #535

    levkk committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    aefcf42 View commit details
    Browse the repository at this point in the history
  2. debug -> release

    levkk committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    1f2c650 View commit details
    Browse the repository at this point in the history
Loading