Skip to content

Commit 158f54f

Browse files
committed
fix
1 parent bc63057 commit 158f54f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/collector/pgbouncer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func EnablePgBouncerLogging(ctx context.Context,
6060
if OpenTelemetryLogsEnabled(ctx, inCluster) {
6161
directory := filepath.Dir(logfile)
6262
create_directory := false
63-
if directory != "tmp" {
63+
if directory != "/tmp" {
6464
create_directory = true
6565
}
6666

0 commit comments

Comments
 (0)