--- title: "Disable-VEPSQLExtendedLogging" description: "Disables the extended logging mode for Veeam Explorer for PostgreSQL. Product: Veeam Backup & Replication Product Edition: Enterprise, Enterprise Plus, Veeam Universal License This cmdlet disables the extended logging mode for Veeam Explorer for " canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/disable-vepsqlextendedlogging.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for PostgreSQL > Disable-VEPSQLExtendedLogging" dateModified: "2026-08-18" --- # Disable-VEPSQLExtendedLogging ## Short Description Disables the extended logging mode for Veeam Explorer for PostgreSQL. **Product**: Veeam Backup & Replication **Product Edition**: Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Disable-VEPSQLExtendedLogging [] ``` ## Detailed Description This cmdlet disables the extended logging mode for Veeam Explorer for PostgreSQL if it is enabled. If it is disabled, nothing will happen and it will not cause any errors. Run the [`Get-VEPSQLExtendedLogging`](get-vepsqlextendedlogging.md) cmdlet to get the state of the extended logging mode for Veeam Explorer for PostgreSQL. Run the [`Enable-VEPSQLExtendedLogging`](enable-vepsqlextendedlogging.md) cmdlet to enable the extended logging mode for Veeam Explorer for PostgreSQL. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the [About Common Parameters](http://go.microsoft.com/fwlink/p/?LinkID=113216) section of Microsoft Docs. ## Examples ::: example ### Disabling Extended Logging This command disables the extended logging mode for Veeam Explorer for PostgreSQL. ``` Disable-VEPSQLExtendedLogging ``` ::: ## Related Commands - [`Get-VEPSQLExtendedLogging`](get-vepsqlextendedlogging.md) - [`Enable-VEPSQLExtendedLogging`](enable-vepsqlextendedlogging.md)