Skip to content

Commit

Permalink
Remove reduntant variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Jun 5, 2024
1 parent 62ee39d commit c899e43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions metrics/src/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
LOG_FILE_SIZE_BYTES = LOG_FILE_SIZE_MB * 1000000
LOG_BACKUP_COUNT = 3

MONITOR_INTERVAL = 600


def get_file_handler(log_filepath, log_level):
formatter = Formatter(LOG_FORMAT)
Expand Down

0 comments on commit c899e43

Please sign in to comment.