y2log
file to displayThis is still a proof of concept project for experiments. That just means there might be bugs...
You can load the log file in several formats:
/var/log/YaST2/y2log
)*.gz
, like y2log-1.gz
)*.xz
, currently not
created by YaST, you have to compress the file manually)*.bz2
, currently not
created by YaST, you have to compress the file manually)*.tar.gz
, *.tar.bz2
or *.tar.xz
,
created by the
save_y2logs
script, currently only the
YaST2/y2log
file is displayed)
Downloading remote files works only from the servers which allow cross-origin resource sharing (CORS), this is a limitation of the same-origin security policy. Not all servers support cross-origin requests, you might get errors for URLs which normally work in the browser. In that case download the file and then use the downloaded file.
Only the HTTP and HTTPS protocols are supported for downloading.
The selected file is NOT uploaded anywhere, the ylogviewer uses the HTML5 features and several JavaScript libraries for handling the GZ, XZ and TAR files, it processes the selected file completely locally! That has several advantages: