blob: b7849caa6c12a47b7019e6e0eb8b842d46a64383 [file] [log] [blame]
#!/bin/bash
MESSAGE=$1
ARG=$2
VAL=$3
busctl call xyz.openbmc_project.Logging /xyz/openbmc_project/logging \
xyz.openbmc_project.Logging.Create Create "ssa{ss}" "$MESSAGE" \
xyz.openbmc_project.Logging.Entry.Level.Error 1 "$ARG" "$VAL"