summaryrefslogtreecommitdiffstats
path: root/tools/dreport.d/plugins.d/obmcconsole
blob: e8d6ef2e6a0c4b76f5bea13271d6a2b18923fe68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
#
# config: 2 25
# @brief: Collect OBMC console log.
#

. $DREPORT_INCLUDE/functions

desc="OBMC console log"
file_name="/var/log/obmc-console.log"

add_copy_file "$file_name" "$desc"
OpenPOWER on IntegriCloud