View Source MyspaceIPFS.Log (Myspace IPFS v0.1.0)

MyspaceIPFS.Log is where the log commands of the IPFS API reside.

Link to this section Summary

Functions

Change the logging level.

List the logging subsystems.

Read the event log.

Link to this section Functions

Link to this function

level(subsys \\ "all", level)

View Source
@spec level(name(), name()) :: okresult()

Change the logging level.

parameters

Parameters

https://docs.ipfs.io/reference/http/api/#api-v0-log-level subsys - Subsystem logging identifier. level - Logging level.

@spec ls() :: okresult()

List the logging subsystems.

@spec tail() :: okresult()

Read the event log.