Skip to content

Logger

Example configuration entry
logger:
level: INFO
directory: ./right-here
logs:
libmdns: DEBUG
Log LevelDescription
ERROROnly log very serious errors.
WARNINGLog warnings and errors.
INFOLog informational messages, warnings and errors.
DEBUGLog debug messages, informational messages, warnings and errors.
TRACELog all messages, including debug and trace messages.

From Rust LogLevels;

OSDirectoryExample Path
Linux$XDG_DATA_HOME/ubihome/ or $HOME/.local/share/ubihome//home/alice/.local/share/ubihome/logs
Windows{FOLDERID_LocalAppData}\ubihome\C:\Users\Alice\AppData\Local\ubihome\
MacOS$HOME/Library/Application Support/ubihome//Users/Alice/Library/Application Support/ubihome/

From Rust Directories