starta.microservice 0.1.3895 → 0.1.4045
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -54,7 +54,7 @@ class Repository {
|
|
|
54
54
|
this.logger.generic.error(message);
|
|
55
55
|
}
|
|
56
56
|
else {
|
|
57
|
-
this.logger.generic.
|
|
57
|
+
this.logger.generic.info(message);
|
|
58
58
|
}
|
|
59
59
|
throw new Exception_1.default({
|
|
60
60
|
code: 'WRONG_ID',
|
|
@@ -192,7 +192,7 @@ class Repository {
|
|
|
192
192
|
this.logger.generic.error(message);
|
|
193
193
|
}
|
|
194
194
|
else {
|
|
195
|
-
this.logger.generic.
|
|
195
|
+
this.logger.generic.info(message);
|
|
196
196
|
}
|
|
197
197
|
throw new Exception_1.default({
|
|
198
198
|
code: 'NOT_FOUND',
|