Skip to content

Commit

Permalink
Update log_generator.py
Browse files Browse the repository at this point in the history
Updated default to True for HTTP_format
  • Loading branch information
sd416 authored Jun 28, 2024
1 parent 43d3ae4 commit 115719c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'rate_change_max_percentage': 0.1,
'write_to_file': True,
'log_file_path': 'logs2.txt',
'http_format_logs': False,
'http_format_logs': True,
'stop_after_seconds': -1,
'custom_app_names': [],
'custom_log_format': "{timestamp}, {log_level}, {message}"
Expand Down

0 comments on commit 115719c

Please sign in to comment.