diff options
| author | 2025-07-16 13:16:00 +0700 | |
|---|---|---|
| committer | 2025-07-16 13:18:57 +0700 | |
| commit | 1a4df793e0228d4edbc1a87b1e9f53504a7a1189 (patch) | |
| tree | a7982231335733dc6fa60bd49d1420b6f91670a5 /config/config.json | |
| parent | 2f03ac5ac3a68ad26efc67f78b16dddf8c53b843 (diff) | |
| download | thumbnail-generator-1a4df793e0228d4edbc1a87b1e9f53504a7a1189.tar.gz thumbnail-generator-1a4df793e0228d4edbc1a87b1e9f53504a7a1189.zip | |
feat: signal handling + log level setting
Diffstat (limited to 'config/config.json')
| -rw-r--r-- | config/config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.json b/config/config.json index 742949f..acf3e02 100644 --- a/config/config.json +++ b/config/config.json @@ -1,6 +1,7 @@ { "ForceRewrite": false, "MaxConcurrentJobs": 4, + "LogLevel": "info", "Input": { "Storage": { "Type": "b2", |