| Summary: | frysk requires ~/.frysk/logs | ||
|---|---|---|---|
| Product: | frysk | Reporter: | Andrew Cagney <cagney> |
| Component: | general | Assignee: | Stan Cox <scox> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | scox |
| Priority: | P1 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | |||
| Bug Blocks: | 1632, 2234 | ||
|
Description
Andrew Cagney
2006-01-06 16:59:13 UTC
This is created in the gui, for the error log. When it attempts to create the error log, it looks first for the directory and if not found, attempts to create the directory? What should we be doing here, from the gui? Sounds like that code should be factored out so that not just the GUI, but also other code using loggers can use it as a common get log file mechanism. (I just did this for Config.FRYSK_DIR, it turned out that Gui.java had it's own local hard-wired equivalent) * EventLogger.java (get): Create FRYSK_DIR/logs if necessary. |