]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/server/log-level.type.ts
Don't use the max quality file when transcoding to a new resolution
[github/Chocobozzz/PeerTube.git] / shared / models / server / log-level.type.ts
CommitLineData
fd8710b8 1export type LogLevel = 'debug' | 'info' | 'warn' | 'error'