Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit afa545d

Browse files
committed
Updated to set to 'info' when submit/upload submission starts.
1 parent 3f93bcd commit afa545d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

actions/challenges.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2629,7 +2629,7 @@ exports.submitForDevelopChallenge = {
26292629
databases: ["tcs_catalog", "common_oltp"],
26302630
run: function (api, connection, next) {
26312631
if (connection.dbConnectionMap) {
2632-
api.log("Execute submitForDevelopChallenge#run", 'debug');
2632+
api.log("Execute submitForDevelopChallenge#run", 'info');
26332633
submitForDevelopChallenge(api, connection, connection.dbConnectionMap, next);
26342634
}
26352635
}
@@ -2654,7 +2654,7 @@ exports.uploadForDevelopChallenge = {
26542654
databases: ["tcs_catalog", "common_oltp"],
26552655
run: function (api, connection, next) {
26562656
if (connection.dbConnectionMap) {
2657-
api.log("Execute uploadForDevelopChallenge#run", 'debug');
2657+
api.log("Execute uploadForDevelopChallenge#run", 'info');
26582658
uploadForDevelopChallenge(api, connection, connection.dbConnectionMap, next);
26592659
}
26602660
}
@@ -3268,7 +3268,7 @@ exports.submitForDesignChallenge = {
32683268
databases: ["tcs_catalog", "common_oltp", "informixoltp"],
32693269
run: function (api, connection, next) {
32703270
if (connection.dbConnectionMap) {
3271-
api.log("Execute submitForDesignChallenge#run", 'debug');
3271+
api.log("Execute submitForDesignChallenge#run", 'info');
32723272
submitForDesignChallenge(api, connection, connection.dbConnectionMap, next);
32733273
}
32743274
}

0 commit comments

Comments
 (0)