Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Logs

import type { Logs } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";

The list of information about logs to be enabled for the specified broker.

interface Logs {
Audit?: boolean | null;
General?: boolean | null;
}

§Properties

§
Audit?: boolean | null
[src]

Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.

§
General?: boolean | null
[src]

Enables general logging.