macro_rules! debug1 {
($($arg:tt)*) => { ... };
}Expand description
Log to Postgres’ debug1 log level.
This macro accepts arguments like the println and format macros.
See fmt for information about options.
The output these logs goes to the PostgreSQL log file at DEBUG1 level, depending on how the
PostgreSQL settings are configured.