Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
devel:documentation:application_configuration:dev:backend [2021/09/08 14:04]
svandav
devel:documentation:application_configuration:dev:backend [2021/09/13 08:16]
husniko [Logger]
Line 554: Line 554:
 # Creates default identity's contract with configured position name. # Creates default identity's contract with configured position name.
 idm.sec.core.identity.create.defaultContract.position=Default idm.sec.core.identity.create.defaultContract.position=Default
-# Creates default identity's contract with configured state.+# Creates default identity's contract with configured state. Valid contract will be crated by default, other possible values: 
 +# EXCLUDED - Excluded from evidence - remains valid, but roles assigned for this contract are not added for logged identity. 
 +# DISABLED - Invalid by user - not changed by dates.
 idm.sec.core.identity.create.defaultContract.state= idm.sec.core.identity.create.defaultContract.state=
 # Number of days related to current date - will be used for set contract valid till date (current date + expiration in days = valid till). # Number of days related to current date - will be used for set contract valid till date (current date + expiration in days = valid till).
Line 1075: Line 1077:
 # Show thread name configured by thread pools (task, event) in logs (generated name is shown otherwise) # Show thread name configured by thread pools (task, event) in logs (generated name is shown otherwise)
 # Two appenders 'console' and 'file' are provided by product. Same configuration is needed for your custom appenders (added in logback.xml). # Two appenders 'console' and 'file' are provided by product. Same configuration is needed for your custom appenders (added in logback.xml).
-logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss.SSS} %5level %relative --- [%thread] %logger{36}.%M : %msg%n +logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss.SSS} %5level %relative --- [%thread] %logger{60}.%M : %msg%n 
-logging.pattern.file=%d{yyyy-MM-dd HH:mm:ss.SSS} %5level %relative --- [%thread] %logger{36}.%M : %msg%n+logging.pattern.file=%d{yyyy-MM-dd HH:mm:ss.SSS} %5level %relative --- [%thread] %logger{60}.%M : %msg%n
 </code> </code>
  
  • by chalupat