We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990a15d commit a7bb6aaCopy full SHA for a7bb6aa
adminforth/modules/configValidator.ts
@@ -1214,7 +1214,7 @@ export default class ConfigValidator implements IConfigValidator {
1214
}
1215
1216
if (warnings.length > 0) {
1217
- afLogger.warn(`AdminForth config warnings: ${warnings.join(', ')}`);
+ console.warn(`AdminForth config warnings: ${warnings.join(', ')}`);
1218
1219
1220
//add ids for onSelectedAllActions for each resource
0 commit comments