you are viewing a single comment's thread.

view the rest of the comments →

[–]portcity[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Thanks for responding u/magnora7. I tried this stop/flush/start sequence twice and that didn't work. Maybe u/d3rr could chime in, sure enough. It also occurred to me that maybe the problem had something to do with me running the following (located just under the lounge setup on the github): SaidIt Dev Guide Logging $ sudo tail -f /var/log/syslog

g.log.warning("hello log") Profiling Set profile_directory in development.update to an absolute path and create the directory first. cProfile results can be viewed with pstats.

Mounting VM files locally You can mount the reddit open source app's files as a folder on your host machine for easy editing and searching. On your host/development machine:

$ sudo apt-get install sshfs $ mkdir ~/vm $ sshfs reddit@reddit.local:/home/reddit/src/reddit ~/vm

optionally unmount it later with:

$ fusermount -u ~/vm