Retrieves the settings of the Log notifier
Description
This command can be used to retrieves the current settings of the log notifier in Payara Server.
Options
- asadmin-options
- 
Options for the asadminutility. For information about these options, see theasadminhelp page.
- --help
- -?
- 
Displays the help text for the subcommand. 
- --target
- 
This option helps specify the target on which you are retrieving the settings of the log notifier. Valid values are: - server
- 
Applies to the default server instance. This is the default value. 
- cluster_name
- 
Applies to every server instance in the cluster. 
- instance_name
- 
Applies to a specified server instance. 
 
Examples
Example 1 Retrieve the settings for the log notifier in the DAS
asadmin> get-log-notifier-configuration
Enabled  Noisy  Use Separate Log File
true     true   false
Command get-log-notifier-configuration executed successfully.