1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 11:03:27 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Faissal Elamraoui
cf7aef47f0 Implementing the new logging infrastructure
Moved logging to the new logging infrastructure by removing the use of
ColorLog() function. Added more documentation. Also fixed some typos in
comments and function names.
2016-11-13 15:14:48 +01:00
Faissal Elamraoui
440c5e967c Rewrite configuration loading
Rewrited loadConfig() function to walk the project directory
looking for bee.json and Beefile. If no configuration file
found, it fallbacks to the default configuration. In case
of an error, a log message is printed to the console.
2016-11-03 16:48:09 +01:00
astaxie
164fffe612 Merge pull request #231 from sergeylanzman/go-lint
go lint
2016-07-24 00:02:59 +08:00
Sergey Lanzman
834f346bff add Beefily yml 2016-07-23 02:37:20 +03:00
Sergey Lanzman
bc963e0070 go lint 2016-07-23 02:05:01 +03:00
ZhengYang
67cd084295 remove mysql conn str from default 2014-08-22 15:51:21 +08:00
ZhengYang
64f3acca26 loading driver and connStr from json if there is no commandline options specified 2014-08-13 14:34:12 +08:00
Unknown
1a352bc6b3 Add conf option for watch all 2014-02-17 17:26:59 -05:00
Unknown
49c53400ea Bug fixed 2013-12-12 17:13:50 -05:00
Unknown
5118cd348d Added args, envs conf option 2013-11-26 23:59:07 -05:00
Unknown
18f0a708ed Bug fixed 2013-11-06 23:16:39 -05:00
Unknown
a4baa777cb Added support for gopm 2013-11-03 22:16:15 -05:00