mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
logging fix
This commit is contained in:
@@ -74,7 +74,7 @@ def do_csv(csv_file, merge_existing_with):
|
||||
# skip header row
|
||||
continue
|
||||
if len(line) != 2:
|
||||
logging.warning(f"skipping line {n+1}: {line}")
|
||||
logging.warn(f"skipping line {n+1}: {line}")
|
||||
continue
|
||||
tenant_id = line[0]
|
||||
pageserver = line[1]
|
||||
|
||||
Reference in New Issue
Block a user