Change info message to debug for cleaner output

Possible generation error
This commit is contained in:
aerinon
2023-02-27 14:42:52 -07:00
parent 3047826808
commit 1dc3b13449
2 changed files with 3 additions and 1 deletions

View File

@@ -3572,7 +3572,7 @@ def check_for_valid_layout(builder, sector_list, builder_info):
builder.exception_list = list(sector_list)
return True, {}, package
except (GenerationException, NeutralizingException, OtherGenException) as e:
logging.getLogger('').info(f'Bailing on this layout for {builder.name}', exc_info=1)
logging.getLogger('').debug(f'Bailing on this layout for {builder.name}', exc_info=1)
builder.split_dungeon_map = None
builder.valid_proposal = None
if temp_builder.name == 'Hyrule Castle' and temp_builder.throne_door: