diff --git a/RAAspotter.py b/RAAspotter.py
index 9fb47f4a89ffc9151a0f79f2d12f4ccdcb1bb6c1..e8df3b6a08e9a09d80d39224d8a74882ba923be6 100644
--- a/RAAspotter.py
+++ b/RAAspotter.py
@@ -59,7 +59,7 @@ class RAAspotter:
     self.session          = requests.Session()
     self.data_dir         = data_dir
     self.found            = False
-    self.output_file_path = os.path.dirname(os.path.abspath(__file__))+'/output.log'
+    self.output_file_path = os.path.dirname(os.path.abspath(__file__))+f'/output_{self.short_code}.log'
     self.sleep_time       = 0
     self.tor_enabled      = False
     self.tor_max_requests = 0