Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does Atom (or it's installed packages) store debug log files?

I just opened this bug report on github. Obviously it would be nice to add some detail from the log file.

Where does Atom store them? Is this error referring to perhaps a log file generated by the package itself? If so, is there a conventional directory location for package log files, or would a package write to a main/shared Atom log file?

like image 225
jinglesthula Avatar asked Apr 21 '17 21:04

jinglesthula


People also ask

Where are Atom packages saved?

These Atom packages can be found at the Atom > Packages webpage. Among other things, these packages can: Extend the functionality of Atom.

Where are Atom packages stored Linux?

The default packages are stored inside an asar file (i.e. Atom. app/Contents/Resources/app.

Is Atom being discontinued?

We are archiving Atom and all projects under the Atom organization for an official sunset on December 15, 2022. When we formally introduced Atom in 2014, we set out to give developers a text editor that was deeply customizable but also easy to use—one that made it possible for more people to build software.


1 Answers

The error gets logged to the Atom console (View > Developer > Toggle Developer Tools). If you want to preserve it in future session, you need activate the Preserve log checkbox at the top of the panel:

enter image description here

like image 70
idleberg Avatar answered Sep 23 '22 16:09

idleberg