chore: Added threads to logging (#36042)
This commit is contained in:
parent
7c932f9ca0
commit
e5014139e2
|
|
@ -31,7 +31,7 @@ appsmith.codec.max-in-memory-size=${APPSMITH_CODEC_SIZE:150}
|
|||
logging.level.root=info
|
||||
logging.level.com.appsmith=debug
|
||||
logging.level.com.external.plugins=debug
|
||||
logging.pattern.console=[%d{ISO8601, UTC}] requestId=%X{X-Appsmith-Request-Id} userEmail=%X{userEmail} traceId=%X{traceId} spanId=%X{spanId} - %m%n
|
||||
logging.pattern.console=[%d{ISO8601, UTC}] [%t] requestId=%X{X-Appsmith-Request-Id} userEmail=%X{userEmail} traceId=%X{traceId} spanId=%X{spanId} - %m%n
|
||||
|
||||
#Spring security
|
||||
spring.security.oauth2.client.registration.google.client-id=${APPSMITH_OAUTH2_GOOGLE_CLIENT_ID:missing_value_sentinel}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user