remove log level from config

This commit is contained in:
Dax Raad
2025-07-19 13:35:42 -04:00
parent 4e3c46b941
commit 9b65da318d
3 changed files with 19 additions and 31 deletions
-1
View File
@@ -167,7 +167,6 @@ export namespace Config {
.catchall(Mode)
.optional()
.describe("Modes configuration, see https://opencode.ai/docs/modes"),
log_level: Log.Level.optional().describe("Minimum log level to write to log files"),
provider: z
.record(
ModelsDev.Provider.partial().extend({