Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5c7cf18

Browse files
authored
Use fog pg_probackup3 log level TRACE insted of VERBOSE and don't use -j and --batch-size keys (#138)
1 parent8b6b813 commit5c7cf18

File tree

1 file changed

+7
-3
lines changed
  • testgres/plugins/pg_probackup2/pg_probackup2

1 file changed

+7
-3
lines changed

‎testgres/plugins/pg_probackup2/pg_probackup2/app.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -705,9 +705,13 @@ def set_archiving(
705705
ifoverwrite:
706706
archive_command+=' --overwrite'
707707

708-
archive_command+=' --log-level-console=VERBOSE'
709-
archive_command+=' -j 5'
710-
archive_command+=' --batch-size 10'
708+
ifinit_params.major_version>2:
709+
archive_command+=' --log-level-console=trace'
710+
else:
711+
archive_command+=' --log-level-console=VERBOSE'
712+
archive_command+=' -j 5'
713+
archive_command+=' --batch-size 10'
714+
711715
archive_command+=' --no-sync'
712716

713717
ifarchive_timeout:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp