Logs#

The logs operation streams your application logs. Because it is a stream, logs are truncated.

Usage#

$ # Print logs of the application previously created.
$ weblodge logs

Details#

Logs can be buffered and never appear in the stream.

If you use the print method, you can force logs to be written to the console by sending them to the stderr output or by using the flush option.

If you use the logging module, only logs starting at the WARNING level will be displayed by default. Otherwise, update the logging level module to the required level.

Options#

Option name

Description

Default value

subdomain

The subdomain of the application to be deleted.

<my-subdomain>