Skip to content

Commit

Permalink
minor signature fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FxKu committed Sep 11, 2024
1 parent 4601fed commit 80c5e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/bootstrap/maybe_pg_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
logger = logging.getLogger(__name__)


def tail_postgres_log(weekday, hour):
def tail_postgres_log(weekday):
logdir = os.environ.get('PGLOG', '/home/postgres/pgdata/pgroot/pg_log')
logfile = os.path.join(logdir, 'postgresql-{0}.csv'.format(weekday))
if os.getenv('LOG_SHIP_HOURLY'):
Expand Down

0 comments on commit 80c5e4f

Please sign in to comment.