diff options
Diffstat (limited to 'components/pm-subscription-handler/log_config.yaml')
-rwxr-xr-x | components/pm-subscription-handler/log_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pm-subscription-handler/log_config.yaml b/components/pm-subscription-handler/log_config.yaml index b2d8f43c..cf9161cc 100755 --- a/components/pm-subscription-handler/log_config.yaml +++ b/components/pm-subscription-handler/log_config.yaml @@ -10,7 +10,7 @@ loggers: handlers: onap_log_handler: class: logging.handlers.RotatingFileHandler - filename: /var/log/ONAP/dcaegen2/services/pmsh/application.log + filename: ./application.log mode: a maxBytes: 10000000 backupCount: 10 |