1 2 3 4 5 6 7
import { loggerTagsFactory } from '@server/helpers/logger' const lTags = loggerTagsFactory('object-storage') export { lTags }