File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export class QueryExporter {
3535 // Step 1: Parse and validate query
3636 log . debug ( 'Parsing and validating query' , this . logContext ) ;
3737 const parsedQuery = await this . queryParser . parse ( this . exportQueryConfig . query ) ;
38- log . info ( 'Query parsed and validated successfully' , this . logContext ) ;
38+ log . success ( 'Query parsed and validated successfully' , this . logContext ) ;
3939
4040 // Step 2: Always export general modules
4141 await this . exportGeneralModules ( ) ;
@@ -67,7 +67,7 @@ export class QueryExporter {
6767 await this . exportContentModules ( ) ;
6868 // Step 9: export all other modules
6969
70- log . info ( 'Query-based export completed successfully!' , this . logContext ) ;
70+ log . success ( 'Query-based export completed successfully!' , this . logContext ) ;
7171 }
7272
7373 // export general modules
You can’t perform that action at this time.
0 commit comments