MacOS: Configure Device Agent settings
The Device Agent Service uses defaults to save a user's settings for Smart Login and client authentication.
Manage Log Level
The Device Agent Service has four log levels:
error:0x1warn:0x2info:0x3debug:0x4
The default level is info. Use the following commands to manage the log level:
defaults write com.entrust.identity.mobile.device-agent.service LogLevel '0x4'defaults read com.entrust.identity.mobile.device-agent.service LogLeveldefaults delete com.entrust.identity.mobile.device-agent.service LogLevel