individual-it / ownCloudLogAnalyser

analyse the logfile of ownCloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ownCloud log file analyser

a small tool to analyse the log output of ownCloud

Usage:

  -f    output appended data as the file grows
  -file string
        the ownCloud log file
  -filter string
        filter the output by logical expressions e.g. "user=='admin'&&level>=3"
  -linenumbers
        show the line numbers
  -tail int
        show only the n last lines
  -view string
        list of keys to be shown (separate by comma), if empty all are shown      

currently the main purpose of this repo is to learn go

About

analyse the logfile of ownCloud


Languages

Language:Go 100.0%