perf: reboot after installing plugin

This commit is contained in:
Soulter
2024-08-11 23:23:52 -04:00
parent 141c91301f
commit f8949ebead
3 changed files with 42 additions and 14 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ if __name__ == "__main__":
check_env()
logger = LogManager.GetLogger(
log_name='astrbot',
log_name='astrbot',
out_to_console=True,
custom_formatter=Formatter('[%(asctime)s| %(name)s - %(levelname)s|%(filename)s:%(lineno)d]: %(message)s', datefmt="%H:%M:%S")
)