8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fda4c commit 80876eeCopy full SHA for 80876ee
postgresql-async/src/main/scala/com/github/mauricio/async/db/postgresql/PostgreSQLConnection.scala
@@ -60,7 +60,7 @@ class PostgreSQLConnection
60
executionContext
61
)
62
private final val currentCount = Counter.incrementAndGet()
63
- private final val log = Log.getByName(s"${this.getClass.getName}:${currentCount}")
+ private final val log = Log.getByName(s"${this.getClass.getName}")
64
private final val preparedStatementsCounter = new AtomicInteger()
65
private final implicit val internalExecutionContext = executionContext
66
0 commit comments