@platforma-sdk/bootstrap 2.6.1 → 2.6.3

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/dist/index.mjs CHANGED
@@ -617,6 +617,10 @@ logging:
617
617
  level: '${a.log.level}'
618
618
  destinations:
619
619
  - path: '${a.log.path}'
620
+ rotation:
621
+ maxSize: 1GiB
622
+ maxBackups: 15
623
+ compress: true
620
624
 
621
625
  monitoring${e}:
622
626
  listen: '${a.monitoring.listen}'
@@ -627,7 +631,7 @@ debug${r}:
627
631
  core:
628
632
  logging:
629
633
  extendedInfo: true
630
- dumpResourceData: true
634
+ dumpResourceData: false
631
635
 
632
636
  grpc:
633
637
  listen: '${a.grpc.listen}'