diff options
author | chsailakshmi <sailakshmi@aarnanetworks.com> | 2021-08-25 08:03:28 -0400 |
---|---|---|
committer | chsailakshmi <sailakshmi@aarnanetworks.com> | 2021-08-25 08:04:40 -0400 |
commit | 6b6f2360e4e60d681a5ba0fc05477f9ac9bea051 (patch) | |
tree | b8ff309197f22e3d1bc3dc6dc5b53e7ce40851bc /ms/logging.yaml | |
parent | c82f01edbc45dc307af8ab271ccaba08da82b5fc (diff) |
CCSDK-3435 cds py executor log persistence
Change-Id: If83db093e3b331a7f2f45435648aad142a2f78d5
Signed-off-by: chsailakshmi <sailakshmi@aarnanetworks.com>
Issue-ID: CCSDK-3435
Diffstat (limited to 'ms/logging.yaml')
-rw-r--r-- | ms/logging.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ms/logging.yaml b/ms/logging.yaml index 3a31ca85c..914e261b0 100644 --- a/ms/logging.yaml +++ b/ms/logging.yaml @@ -11,4 +11,11 @@ formatters: standard: format: '%(asctime)s:[%(name)s]:[%(filename)s]-[%(lineno)d] [%(levelname)s]:%(message)s ' - datefmt: "%Y-%m-%d %H:%M:%S"
\ No newline at end of file + datefmt: "%Y-%m-%d %H:%M:%S" + default: + format: '%(asctime)s - %(name)s - %(threadName)s - %(levelname)s - %(message)s' + +loglevel: info +logfilesize: 1048576 +rollovercount: 5 + |