Skip to content

Commit

Permalink
chore: sort snapshots by key
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinsha committed Dec 1, 2023
1 parent 42f5b4b commit 1c48c8c
Show file tree
Hide file tree
Showing 8 changed files with 13,726 additions and 13,710 deletions.
2 changes: 1 addition & 1 deletion cf-macro/index.ts
Expand Up @@ -6,7 +6,7 @@ import { setLogger } from 'slic-watch-core/logging'
import { type SlicWatchConfig, resolveSlicWatchConfig } from 'slic-watch-core/inputs/general-config'
import { type Template } from 'cloudform-types'

const logger = pino({ name: 'macroHandler', level: process.env.DEBUG_LEVEL ?? 'DEBUG' })
const logger = pino({ name: 'macroHandler', level: process.env.DEBUG_LEVEL ?? 'debug' })

setLogger(logger)

Expand Down

0 comments on commit 1c48c8c

Please sign in to comment.