Skip to content

Commit 59f948b

Browse files
committed
Merge branch 'release/2.2.1'
2 parents 2bb388f + 45833f2 commit 59f948b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [2.2.1](https://github.com/rdkcentral/common-library/compare/2.2.0...2.2.1)
8+
9+
- RDKB-63303, RDKB-63414 : Move RdkLogger Scripts to Cron [`#95`](https://github.com/rdkcentral/common-library/pull/95)
10+
- Merge tag '2.2.0' into develop [`f806cff`](https://github.com/rdkcentral/common-library/commit/f806cff729c54afdbc31d6e357edf249a04cda17)
11+
712
#### [2.2.0](https://github.com/rdkcentral/common-library/compare/2.1.1...2.2.0)
813

14+
> 4 March 2026
15+
916
- RDKB-63270 Test migration from non dhcp-manager to dhcp manager scena… [`#87`](https://github.com/rdkcentral/common-library/pull/87)
1017
- RDKBNETWOR-74: Implement MAPE Support in DHCP Manager [`#18`](https://github.com/rdkcentral/common-library/pull/18)
18+
- Add changelog for release 2.2.0 [`8d1cc69`](https://github.com/rdkcentral/common-library/commit/8d1cc694e85412217861d42171c5c80027c8cd23)
1119
- Merge tag '2.1.1' into develop [`1410e7e`](https://github.com/rdkcentral/common-library/commit/1410e7e958a4ac638a9ce07e82b0b2c8366d0f6c)
1220

1321
#### [2.1.1](https://github.com/rdkcentral/common-library/compare/2.1.0...2.1.1)

systemd_units/rdkbLogMonitor.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ConditionPathExists=/rdklogger/rdkbLogMonitor.sh
2525
[Service]
2626
Type=oneshot
2727
ExecStartPre=/bin/sh -c '(/usr/ccsp/utopiaInitCheck.sh)'
28-
ExecStart=/bin/sh -c '/rdklogger/rdkbLogMonitor.sh &'
28+
ExecStart=/bin/sh -c 'val=$(syscfg get RdkbLogCronEnable); if [ "$val" = "true" ]; then /rdklogger/rdkbLogMonitor_cron.sh & else /rdklogger/rdkbLogMonitor.sh & fi'
2929
ExecStop=/bin/sh -c 'echo "==> sync logs to nvram before reboot" >>/rdklogs/logs/Consolelog.txt.0'
3030
ExecStop=/bin/sh -c 'source /rdklogger/logfiles.sh;syncLogs_nvram2 "reboot"'
3131
RemainAfterExit=yes

0 commit comments

Comments
 (0)