aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/object-storage/shared/logger.ts
blob: 8ab7cbd71fc3f008d080c97fa094e69596bf1ba2 (plain) (blame)
1
2
3
4
5
6
7
import { loggerTagsFactory } from '@server/helpers/logger'

const lTags = loggerTagsFactory('object-storage')

export {
  lTags
}