config update and fix console logging

This commit is contained in:
Anthony Samms
2025-11-21 17:15:13 -05:00
parent f3c77df017
commit e77980313f
2 changed files with 1 additions and 3 deletions

View File

@@ -145,7 +145,6 @@ def main():
plain_formatter = logging.Formatter('[%(levelname)s] %(name)s: %(message)s') plain_formatter = logging.Formatter('[%(levelname)s] %(name)s: %(message)s')
console_handler = logging.StreamHandler() console_handler = logging.StreamHandler()
console_handler.setFormatter(colored_formatter) console_handler.setFormatter(colored_formatter)
console_handler = DedupHandler(console_handler)
file_handler = logging.FileHandler("latest.log") file_handler = logging.FileHandler("latest.log")
file_handler.setFormatter(plain_formatter) file_handler.setFormatter(plain_formatter)

View File

@@ -3,8 +3,6 @@ fps_counter = false
audio_offset = 0 audio_offset = 0
visual_offset = 0 visual_offset = 0
language = "ja" language = "ja"
hard_judge = 108
touch_enabled = false
timer_frozen = true timer_frozen = true
judge_counter = false judge_counter = false
nijiiro_notes = false nijiiro_notes = false
@@ -31,6 +29,7 @@ rainbow = false
[paths] [paths]
tja_path = ['Songs'] tja_path = ['Songs']
video_path = ['Videos'] video_path = ['Videos']
#You can change this path to Graphics/GreenVer1080 for the 1080p skin
graphics_path = 'Graphics/GreenVer' graphics_path = 'Graphics/GreenVer'
[keys] [keys]