Unable to change logging severity level

Hi Team

I'm using ROS 7.20.6 and trying to see DHCP related syslogs on my Syslog server.
Currently I have config like this:

[admin@Router] > /system/logging/print
Flags: X - DISABLED; * - DEFAULT
Columns: TOPICS, ACTION

TOPICS ACTION

0 * info memory
1 * error memory
2 * warning memory
3 * critical echo
4 X ipsec memory
!packet
5 X ipsec memory
!debug
6 X ipsec memory
debug
7 dhcp remote
8 X firewall remote
9 dhcp remote
10 error remote

Events looks like: dhcp,debug,packet Server-Id = 192.168.100.1

Which is generating hundreds DHCP related events per day

I know that problem is with severity=debug, but I'm unable to specify logging level:

[admin@Router] /system/logging> add action=remote topics=dhcp
copy-from disabled prefix regex
[admin@Router] /system/logging> add action=remote topics=dhcp

What I'm doing wrong? How to change severity to informational? I just want to see how frequently some of the wireless devices are contacting DHCP server to locate problematic devices.

Regards
Slawek

do not exist "severity", and "logging level" neither, only topics.
If you do not want > !want < dhcp,debug,packet simply !debug... (and !packet)

[ add action=remote topics=dhcp,!debug ]

and for show config, do not use screenshot or prints, only export

@rextended Thank You so much!

Problem resolved quickly, hope this topic will help others.

Regards
Slawek