Logging refactor, quote-date, type count fix

This commit is contained in:
Will Boyd
2025-02-06 13:56:27 -05:00
parent 9fb7ae47c5
commit df5731985d
3 changed files with 29 additions and 8 deletions
+5
View File
@@ -135,6 +135,11 @@ export const all = [
type: 'string',
default: 'utc'
},
{
name: 'quote-date',
type: 'boolean',
default: false
},
{
name: 'strict-ssl',
type: 'boolean',