|
@@ -37,9 +37,9 @@ export class AdPoolService {
|
|
|
for (const adType of adTypes) {
|
|
for (const adType of adTypes) {
|
|
|
try {
|
|
try {
|
|
|
const count = await this.rebuildPoolForType(adType);
|
|
const count = await this.rebuildPoolForType(adType);
|
|
|
- this.logger.log(
|
|
|
|
|
- `AAAAAAAAA AdPool rebuild: adType=${adType}, ads=${count}`,
|
|
|
|
|
- );
|
|
|
|
|
|
|
+ // this.logger.log(
|
|
|
|
|
+ // `AAAAAAAAA AdPool rebuild: adType=${adType}, ads=${count}`,
|
|
|
|
|
+ // );
|
|
|
} catch (err) {
|
|
} catch (err) {
|
|
|
this.logger.error(
|
|
this.logger.error(
|
|
|
`AdPool rebuild failed for adType=${adType}`,
|
|
`AdPool rebuild failed for adType=${adType}`,
|