Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

project-defaults.yml 958 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
  1. swarm:
  2. management:
  3. http:
  4. disable: true
  5. # https:
  6. # keystore:
  7. # path: /path-to-keystore/keystore.jks
  8. # password: anypassword
  9. # certificate:
  10. # alias: selfsigned
  11. logging:
  12. CONSOLE:
  13. named-formatter: LOG_FORMATTER
  14. custom-handlers:
  15. EMS:
  16. named-formatter: LOG_FORMATTER
  17. attribute-class: com.tandem.logging.EmsTokensHandler
  18. module: com.hpe.nsk.logger
  19. level: SEVERE
  20. pattern-formatters:
  21. LOG_FORMATTER:
  22. pattern: "${nsk.process.node} ${nsk.process.cpu} ${nsk.process.pin} ${nsk.process.name} %d{YYYY-MM-dd HH:mm:ss} %p [%c] %s%e%n"
  23. periodic-rotating-file-handlers:
  24. FILE:
  25. file:
  26. path: ../logs/nsmsc.log
  27. suffix: .yyyy-MM-dd
  28. named-formatter: LOG_FORMATTER
  29. level: INFO
  30. autoflush: true
  31. root-logger:
  32. level: INFO
  33. autoflush: true
  34. handlers:
  35. - CONSOLE
  36. - FILE
  37. - EMS
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...