Quantcast
Browsing all 45 articles
Browse latest View live

Redis: How to access Redis log file

Have Redis setup with ruby on ubuntu server, but can't figure out how to access its log file. Tutorial says it should be here:/var/log/redis_6379.logBut can't even find the /var/ folder

View Article


Answer by Christoffer for How to access Redis log file

Found it with:sudo tail /var/log/redis/redis-server.log -n 100So if the setup was more standard that should be:sudo tail /var/log/redis_6379.log -n 100This outputs the last 100 lines of the file.Where...

View Article


How to access Redis log file

Have Redis setup with ruby on ubuntu server, but can't figure out how to access its log file. Tutorial says it should be here:/var/log/redis_6379.logBut can't even find the /var/ folder

View Article

Comment by Christoffer on SwiftUI TextField touchable Area

This works but only if you also add .background(.white) or whatever color you need. Please update the answer

View Article

Answer by Christoffer for How to store thumbnails in the same folder with...

In your settings file, if you set:IMAGEKIT_CACHEFILE_DIR = ""then the images will be saved in a subfolder of the same folder the original image is in. This instead of storing it in a /CACHE/images/...

View Article

Browsing all 45 articles
Browse latest View live