Advertisement
Jexal

67c88418-3f5f-461f-996b-f546f16d7532

Mar 10th, 2025
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.36 KB | None | 0 0
  1. {
  2.     "output": {
  3.         "save_output": true,
  4.         "format": "json",
  5.         "file_name": "output.json"
  6.     },
  7.     "threshold": {
  8.         "value": 1024,  // 1 KB threshold
  9.         "direction": "above"
  10.     },
  11.     "logging": {
  12.         "log_file": "script.log",
  13.         "log_level": "INFO"
  14.     },
  15.     "concurrency": {
  16.         "max_workers": 4
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement