@xrystal/core 3.17.9 → 3.18.0

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Yusuf Yasir KAYGUSUZ",
3
3
  "name": "@xrystal/core",
4
- "version": "3.17.9",
4
+ "version": "3.18.0",
5
5
  "description": "Project core for xrystal",
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -28,7 +28,7 @@ export default class ConfigsService {
28
28
  systemStaticFolderPath: path.resolve(rawConfigs.rootFolderPath, this.publicFolderName),
29
29
  systemLoggerLayer: process.env.SYSTEM_LOGGER_LAYER,
30
30
  kafkaBrokers: process.env?.KAFKA_BROKERS,
31
- kafkaLogsTopic: kafkaLogsTopic,
31
+ kafkaLogsTopic: this.kafkaLogsTopic,
32
32
  baseApiUri: process.env.HTTPS === 'true' ? process.env.SYSTEM_HTTPS_BASE_API_URI : process.env.SYSTEM_BASE_API_URI,
33
33
  port: process.env.PORT || rawConfigs.port || 3000,
34
34
  internalSecret: process.env.INTERNAL_SECRET,
@@ -151,6 +151,7 @@ export default class LoggerService {
151
151
  return;
152
152
  try {
153
153
  const { id, level, message, payload, code } = info;
154
+ console.log('geldii', this.kafkaTopic);
154
155
  await this.kafkaProducer.send({
155
156
  topic: this.kafkaTopic,
156
157
  messages: [{
package/x/tmp.yml CHANGED
@@ -12,7 +12,6 @@ configs:
12
12
  loggers:
13
13
  loadPath: logs
14
14
  logLevel: debug
15
- topic: logs
16
15
 
17
16
  localization:
18
17
  loadPath: assets/langs