diff --git a/src/Renci.SshNet/Abstractions/DiagnosticAbstraction.cs b/src/Renci.SshNet/Abstractions/DiagnosticAbstraction.cs
index 9de9bbea4..3d69bb4c2 100644
--- a/src/Renci.SshNet/Abstractions/DiagnosticAbstraction.cs
+++ b/src/Renci.SshNet/Abstractions/DiagnosticAbstraction.cs
@@ -9,12 +9,14 @@ namespace Renci.SshNet.Abstractions
[EditorBrowsable(EditorBrowsableState.Never)]
public static class DiagnosticAbstraction
{
-#if DEBUG
///
/// The instance used by SSH.NET.
///
///
///
+ /// Currently, the library only traces events when compiled in Debug mode.
+ ///
+ ///
/// Configuration on .NET Core must be done programmatically, e.g.
///
/// DiagnosticAbstraction.Source.Switch = new SourceSwitch("sourceSwitch", "Verbose");
@@ -49,7 +51,6 @@ public static class DiagnosticAbstraction
///
///
public static readonly TraceSource Source = new TraceSource("SshNet.Logging");
-#endif
///
/// Logs a message to at the