Skip to content
Snippets Groups Projects
Commit 0aa9c672 authored by Anton Joubert's avatar Anton Joubert
Browse files

SAR-20 Change LoggingLevelDefault default to integer

Pogo would generate it as the integer `4`, so use that instead
of the enumeration to make code regeneration easier in future
(unfortunately we lose some readability now).
parent 908fff02
No related branches found
No related tags found
No related merge requests found
......@@ -389,7 +389,7 @@ class SKABaseDevice(with_metaclass(DeviceMeta, Device)):
)
LoggingLevelDefault = device_property(
dtype='uint16', default_value=int(TangoLoggingLevel.INFO)
dtype='uint16', default_value=4
)
LoggingTargetsDefault = device_property(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment