79355283

Date: 2025-01-14 14:13:32
Score: 1.5
Natty:
Report link

Could it be that you're not opening/reading the log file?

Maybe add something like:

with open(logpath, 'r') as f:
    log_content = f.read()

then add it to the body with an f-string like:

body = f"""
Neptun has restared for less than 1 min ago.
Log:
{log_content}
"""
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Tyler Short